Unit 'StyleUn' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_htmlviewer]

TStyleList

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

Declaration

Source position: StyleUn.pas line 262

type TStyleList = class(ThtStringList)

protected

  FDefFontSizeInPt: Double;

  

  FPixelsPerInch: Integer;

  

  FUseQuirksMode: Boolean;

  

  procedure SetLinksActive(); virtual; abstract;

  

  property LinksActive: Boolean; [w]

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function AddDuplicate();

  

  function AddObject(); override;

  

  function GetSeqNo;

  

  procedure Clear; override;

  

  procedure AddModifyProp();

  

  procedure FixupTableColor();

  

  procedure Initialize();

  

  procedure ModifyLinkColor();

  

  property UseQuirksMode: Boolean; [rw]

  

  property DefProp: TProperties; [r]

  

  property DefPointSize: Double; [rw]

  

  property PixelsPerInch: Integer; [rw]

  

end;

Inheritance

TStyleList

  

|

TWideStringList

  

|

TObject



CT Web help

CodeTyphon Studio