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

TKMemoTableRow

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

Declaration

Source position: kmemo.pas line 1245

type TKMemoTableRow = class(TKMemoContainer)

protected

  procedure FixedHeightChanged; override;

  

  function GetTotalLineCount; override;

  

  function GetTotalLineRect(); override;

  

  procedure RequiredHeightChanged; override;

  

  procedure SetCellCount(); virtual;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  function CanAdd(); override;

  

  property CellCount: Integer; [rw]

  

  property Cells []: TKMemoTableCell; [r]

  

  property ParentTable: TKMemoTable; [r]

  

end;

Inheritance

TKMemoTableRow

  

|

TKMemoContainer

  

|

TKMemoBlock

  

|

TKObject

  

|

TObject



CT Web help

CodeTyphon Studio