Unit 'flcHTMLDocElements' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

ThtmlTABLE

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

Declaration

Source position: flcHTMLDocElements.pas line 1688

type ThtmlTABLE = class(AhtmlElementInclAttrs)

protected

  function GetSummary;

  

  procedure SetSummary();

  

  function GetWidthStr;

  

  procedure SetWidthStr();

  

  function GetWidth;

  

  function GetBorder;

  

  procedure SetBorder();

  

  function GetCellSpacing;

  

  procedure SetCellSpacing();

  

  function GetCellSpacingInt;

  

  function GetCellPadding;

  

  procedure SetCellPadding();

  

  function GetCellPaddingInt;

  

  function GetBgColor;

  

  procedure SetBgColor();

  

  function GetBgColorRGB;

  

  procedure SetBgColorRGB();

  

  function GetBgColorDelphi;

  

  function GetAlign;

  

  procedure SetAlign();

  

  procedure ApplyHTMLStyleInfo(); override;

  

public

  constructor Create; override;

  

  function CreateItem(); override;

  

  property Summary: string; [rw]

  

  property WidthStr: string; [rw]

  

  property Width: ThtmlLength; [r]

  

  property Border: Integer; [rw]

  

  property CellSpacing: string; [rw]

  

  property CellSpacingInt: Integer; [r]

  

  property CellPadding: string; [rw]

  

  property CellPaddingInt: Integer; [r]

  

  property Align: ThtmlTAlignType; [rw]

  

  property BgColor: string; [rw]

  

  property BgColorRGB: LongWord; [rw]

  

  property BgColorDelphi: TColor; [r]

  

  function GetColGroupsSpanResolved;

  

  function GetColGroupsWidthsPixels();

  

  procedure GetColGroupsAlign();

  

end;

Inheritance

ThtmlTABLE

  

|

AhtmlElementInclAttrs

  

|

AhtmlElementInclCoreAttrsAndi18n

  

|

AhtmlElementInclCoreAttrs

  

|

AhtmlKnownElement

  

|

AhtmlElement

  

|

AhtmlContainerObject

  

|

AhtmlObject

  

|

TObject



CT Web help

CodeTyphon Studio