Unit 'ovctcell' Package
[Overview][Classes][Index] [#pl_orpheus]

TOvcTableCells

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

Declaration

Source position: ovctcell.pas line 285

type TOvcTableCells = class

protected

  FMatrix: TOvcSparseArray;

  

  FOnCfgChanged: TNotifyEvent;

  

  FTable: TOvcTableAncestor;

  

  tcCellAttrCount: LongInt;

  

  function GetAccess();

  

  function GetAdjust();

  

  function GetCell();

  

  function GetColor();

  

  function GetFont();

  

  procedure SetAccess();

  

  procedure SetAdjust();

  

  procedure SetCell();

  

  procedure SetColor();

  

  procedure SetFont();

  

public

  procedure tcNotifyCellDeletion();

  

  procedure tcDoCfgChanged;

  

  property OnCfgChanged: TNotifyEvent; [w]

  

  property Table: TOvcTableAncestor; [rw]

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure DeleteCol();

  

  procedure DeleteRow();

  

  procedure ExchangeCols();

  

  procedure ExchangeRows();

  

  procedure InsertCol();

  

  procedure InsertRow();

  

  procedure ResetCell();

  

  procedure ResolveFullAttr();

  

  property Access []: TOvcTblAccess; [rw]

  

  property Adjust []: TOvcTblAdjust; [rw]

  

  property Cell []: TOvcBaseTableCell; default; [rw]

  

  property Color []: TColor; [rw]

  

  property Font []: TFont; [rw]

  

end;

Inheritance

TOvcTableCells

  

|

TObject



CT Web help

CodeTyphon Studio