Contents - Methods - Properties
Delphi declaration
HTMLSettings:THTMLSettings;
Description
BorderSize : table border size in HTMLCellSpacing : 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
Contents - THTMLSettings - Properties
~THTMLSettings
DestructorTHTMLSettingsC++ declaration
inline __fastcall virtual ~THTMLSettings(void)
Constructor
Contents - THTMLSettings - Methods
BorderSize
Delphi declarationCellPadding
property BorderSize: Integer default 1;
C++ declaration
__property int BorderSize={ default=1 }
Description
Sets the table border size in HTML
Delphi declarationCellSpacing
property CellPadding: Integer default 0;
C++ declaration
__property int CellPadding={ default=0 }
Description
Sets the table cellsp adding in HTML
Delphi declarationColWidths
property CellSpacing: Integer default 0;
C++ declaration
__property int CellSpacing={ default=0 }
Description
Sets the table cellspacing in HTML
Delphi declarationFooterfile
property ColWidths: TIntList;
C++ declaration
__property Advobj::TIntList *ColWidths
Delphi declarationFooterFile
Footerfile:string;
C++ declaration
Ansistring Footerfile;
Description
Sets the file that is optionally appended at the end of the HTML for the grid content.
Delphi declarationHeaderfile
property FooterFile: string;
C++ declaration
__property AnsiString FooterFile
Delphi declarationHeaderFile
Headerfile:string;
C++ declaration
Ansistring Headerfile;
Description
Sets the file that is optionally included before the grid content.
Delphi declarationPrefixtag
property HeaderFile: string;
C++ declaration
__property AnsiString HeaderFile
Delphi declarationPrefixTag
Prefixtag:string;
C++ declaration
Ansistring Prefixtag;
Description
Sets the optional HTML tags included before the grid content HTML code
Delphi declarationSaveColor
property PrefixTag: string;
C++ declaration
__property AnsiString PrefixTag
Delphi declarationSaveFonts
property SaveColor: Boolean default True;
C++ declaration
__property bool SaveColor={ default=1 }
Description
When true, saves color information in HTML
Delphi declarationSuffixtag
property SaveFonts: Boolean default True;
C++ declaration
__property bool SaveFonts={ default=1 }
Description
When true, saves font information in HTML
Delphi declarationSuffixTag
Suffixtag:string;
C++ declaration
Ansistring Suffixtag;
Description
Sets the optional HTML tags included after the grid content HTML code
Delphi declarationTableStyle
property SuffixTag: string;
C++ declaration
__property AnsiString SuffixTag
Delphi declarationWidth
property TableStyle: string;
C++ declaration
__property AnsiString TableStyle
Description
Sets optional table style tags in <TABLE> specifier in HTML
Delphi declaration
property Width: Integer;
C++ declaration
__property int Width={ nodefault }
Description
Sets table width in %