TTMSFNCDataGridRenderer.SaveToHTMLData Method
Exports the grid content to an HTML file at
AFileName.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Exports the grid content to an HTML file at
AFileName.
procedure SaveToHTMLData(AFileName: string); overload; virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Destination HTML file path. |
Overload 2
Exports the grid content to an HTML file with the specified text encoding.
procedure SaveToHTMLData(AFileName: string; AEncoding: TEncoding); overload; virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Destination HTML file path. |
AEncoding |
Text encoding used when writing the HTML file. |