Unit 'IpCSS' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_tpipro]

TCSSProps

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

Declaration

Source position: ipcss.pas line 77

type TCSSProps = class

public

  property MarginTop: TCSSMargin; [rw]

  

  property MarginLeft: TCSSMargin; [rw]

  

  property MarginBottom: TCSSMargin; [rw]

  

  property MarginRight: TCSSMargin; [rw]

  

  property Width: TCSSLength; [rw]

  

published

  property Alignment: TIpHtmlAlign; [rw]

  

  property Font: TCSSFont; [rw]

  

  property Color: TColor; [rw]

  

  property BGColor: TColor; [rw]

  

  property Border: TCSSBorder; [rw]

  

  property BorderTop: TCSSBorderStyle; [rw]

  

  property BorderLeft: TCSSBorderStyle; [rw]

  

  property BorderBottom: TCSSBorderStyle; [rw]

  

  property BorderRight: TCSSBorderStyle; [rw]

  

  property ListType: TCSSListType; [rw]

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure ReadCommands();

  

  procedure MergeAdditionalProps();

  

end;

Inheritance

TCSSProps

  

|

TObject



CT Web help

CodeTyphon Studio