Unit 'ovctcmmn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_orpheus]

TOvcTableAncestor

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

Declaration

Source position: ovctcmmn.pas line 208

type TOvcTableAncestor = class(TO32CustomControl)

protected

  FController: TOvcController;

  

  taCellList: TList;

  

  taLoadList: TStringList;

  

  function ControllerAssigned;

  

  procedure SetController(); virtual;

  

  procedure CreateWnd; override;

  

  procedure Notification(); override;

  

  procedure ChangeScale(); override;

  

  procedure DefineProperties(); override;

  

  procedure Loaded; override;

  

  procedure tbFinishLoadingCellList;

  

  procedure tbReadCellData();

  

  procedure tbWriteCellData();

  

  procedure tbCellChanged(); virtual; abstract;

  

public

  procedure tbExcludeCell();

  

  procedure tbIncludeCell();

  

  procedure tbNotifyCellsOfTableChange;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Controller: TOvcController; [rw]

  

  function FilterKey(); virtual; abstract;

  

  procedure ResolveCellAttributes(); virtual; abstract;

  

end;

Inheritance

TOvcTableAncestor

  

|

TO32CustomControl

  

|

TObject



CT Web help

CodeTyphon Studio