Unit 'HTMLSubs' Package
[Overview][Types][Classes][Variables][Index] [#pl_htmlviewer]

TCellObjBase

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

Declaration

Source position: HTMLSubs.pas line 1252

type TCellObjBase = class(TObject)

protected

  FColSpan: Integer;

  

  FRowSpan: Integer;

  

  FHzSpace: Integer;

  

  FVrSpace: Integer;

  

  FSpecWd: TSpecWidth;

  

  FSpecWdMin: TSpecWidth;

  

  FSpecWdMax: TSpecWidth;

  

  FSpecHt: TSpecWidth;

  

  function GetCell; virtual; abstract;

  

  procedure Draw(); virtual; abstract;

  

  procedure DrawLogic2(); virtual; abstract;

  

public

  function Clone(); virtual; abstract;

  

  procedure AssignTo(); virtual;

  

  property Cell: TCellObjCell; [r]

  

  property ColSpan: Integer; [rw]

  

  property RowSpan: Integer; [rw]

  

  property HzSpace: Integer; [rw]

  

  property VrSpace: Integer; [rw]

  

  property SpecHt: TSpecWidth; [rw]

  

  property SpecWd: TSpecWidth; [rw]

  

  property SpecWdMin: TSpecWidth; [rw]

  

  property SpecWdMax: TSpecWidth; [rw]

  

end;

Inheritance

TCellObjBase

  

|

TObject



CT Web help

CodeTyphon Studio