Unit 'kmemo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKMemoTableCell

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: kmemo.pas line 1208

type TKMemoTableCell = class(TKMemoContainer)

protected

  function ContentLength; override;

  

  function GetParaStyle; override;

  

  procedure ParaStyleChanged();

  

  procedure RequiredBorderWidthsChanged();

  

  procedure SetColSpan(); virtual;

  

  procedure SetRowSpan(); virtual;

  

  procedure SetSpan(); virtual;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  function PointToIndex(); virtual;

  

  function WordMeasureExtent(); override;

  

  procedure WordPaintToCanvas(); override;

  

  property ParentRow: TKMemoTableRow; [r]

  

  property ParentTable: TKMemoTable; [r]

  

  property RequiredBorderWidths: TKRect; [r]

  

  property Span: TKCellSpan; [rw]

  

  property ColIndex: Integer; [r]

  

  property ColSpan: Integer; [rw]

  

  property RowIndex: Integer; [r]

  

  property RowSpan: Integer; [rw]

  

end;

Inheritance

TKMemoTableCell

  

|

TKMemoContainer

  

|

TKMemoBlock

  

|

TKObject

  

|

TObject



CT Web help

CodeTyphon Studio