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

TKMemoTable

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

Declaration

Source position: kmemo.pas line 1265

type TKMemoTable = class(TKMemoContainer)

protected

  procedure InternalSetCellSpan(); virtual;

  

  procedure SetCellSpan(); virtual;

  

  procedure SetColWidths(); virtual;

  

  procedure SetRowHeights(); virtual;

  

  procedure SetSize(); virtual;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure ApplyDefaultCellStyle; virtual;

  

  procedure Assign(); override;

  

  procedure AssignAttributes(); override;

  

  function CanAdd(); override;

  

  function CalcTotalCellWidth(); virtual;

  

  function CellValid(); virtual;

  

  function CellVisible(); virtual;

  

  function ColValid(); virtual;

  

  procedure FindBaseCell(); virtual;

  

  function FindCell(); virtual;

  

  procedure FixupBorders; virtual;

  

  procedure FixupCellSpan; virtual;

  

  procedure FixupCellSpanFromRTF; virtual;

  

  function RowValid(); virtual;

  

  function WordMeasureExtent(); override;

  

  function WordMouseAction(); override;

  

  function WordPointToIndex(); override;

  

  property Cells []: TKMemoTableCell; [r]

  

  property CellSpan []: TKCellSpan; [rw]

  

  property CellStyle: TKMemoBlockStyle; [r]

  

  property ColCount: Integer; [rw]

  

  property ColWidths []: Integer; [rw]

  

  property RowCount: Integer; [rw]

  

  property RowHeights []: Integer; [rw]

  

  property Rows []: TKMemoTableRow; [r]

  

end;

Inheritance

TKMemoTable

  

|

TKMemoContainer

  

|

TKMemoBlock

  

|

TKObject

  

|

TObject



CT Web help

CodeTyphon Studio