TAdvStringGridTHTMLSettings

Contents - Methods - Properties

Delphi declaration
HTMLSettings:THTMLSettings;

Description
BorderSize : table border size in HTML

CellSpacing : table cellspacing in HTML

FooterFile : file that is optionally appended at the end of the HTML for the grid content.

HeaderFile : file that is optionally included before the grid content

PrefixTag : optional HTML tags included before the grid content HTML code

SuffixTag : optional HTML tags included after the grid content HTML code

SaveColor : when true, color information is saved in HTML

SaveFonts : when true, font information is saved in HTML

TableStyle : optional table style tags for HTML

Width : width in % of the HTML table


THTMLSettings - Methods

Contents - THTMLSettings - Properties

~THTMLSettings
Destructor

C++ declaration
inline __fastcall virtual ~THTMLSettings(void)

THTMLSettings
Constructor

C++ declaration
__fastcall THTMLSettings(void)


THTMLSettings - Properties

Contents - THTMLSettings - Methods

BorderSize
Delphi declaration
property BorderSize: Integer default 1;
C++ declaration
__property int BorderSize={ default=1 }

Description
Sets the table border size in HTML
CellPadding
Delphi declaration
property CellPadding: Integer default 0;
C++ declaration
__property int CellPadding={ default=0 }

Description
Sets the table cellsp adding in HTML
CellSpacing
Delphi declaration
property CellSpacing: Integer default 0;
C++ declaration
__property int CellSpacing={ default=0 }

Description
Sets the table cellspacing in HTML
ColWidths
Delphi declaration
property ColWidths: TIntList;
C++ declaration
__property Advobj::TIntList *ColWidths
Footerfile
Delphi declaration
Footerfile:string;
C++ declaration
Ansistring Footerfile;

Description
Sets the file that is optionally appended at the end of the HTML for the grid content.
FooterFile
Delphi declaration
property FooterFile: string;
C++ declaration
__property AnsiString FooterFile
Headerfile
Delphi declaration
Headerfile:string;
C++ declaration
Ansistring Headerfile;

Description
Sets the file that is optionally included before the grid content.
HeaderFile
Delphi declaration
property HeaderFile: string;
C++ declaration
__property AnsiString HeaderFile
Prefixtag
Delphi declaration
Prefixtag:string;
C++ declaration
Ansistring Prefixtag;

Description
Sets the optional HTML tags included before the grid content HTML code
PrefixTag
Delphi declaration
property PrefixTag: string;
C++ declaration
__property AnsiString PrefixTag
SaveColor
Delphi declaration
property SaveColor: Boolean default True;
C++ declaration
__property bool SaveColor={ default=1 }

Description
When true, saves color information in HTML
SaveFonts
Delphi declaration
property SaveFonts: Boolean default True;
C++ declaration
__property bool SaveFonts={ default=1 }

Description
When true, saves font information in HTML
Suffixtag
Delphi declaration
Suffixtag:string;
C++ declaration
Ansistring Suffixtag;

Description
Sets the optional HTML tags included after the grid content HTML code
SuffixTag
Delphi declaration
property SuffixTag: string;
C++ declaration
__property AnsiString SuffixTag
TableStyle
Delphi declaration
property TableStyle: string;
C++ declaration
__property AnsiString TableStyle

Description
Sets optional table style tags in <TABLE> specifier in HTML
Width
Delphi declaration
property Width: Integer;
C++ declaration
__property int Width={ nodefault }

Description
Sets table width in %