TTMSFNCCustomDataGrid.SaveToHTMLData Method
Exports the visible grid content as an HTML table to a file using the default encoding.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Overloads
Overload 1
Exports the visible grid content as an HTML table to a file using the default encoding.
procedure SaveToHTMLData(AFileName: string); overload;
Parameters
| Name | Description |
|---|---|
AFileName |
Full path of the output HTML file. |
Overload 2
Exports the visible grid content as an HTML table to a file using the specified encoding.
procedure SaveToHTMLData(AFileName: string; AEncoding: TEncoding); overload;
Parameters
| Name | Description |
|---|---|
AFileName |
Full path of the output HTML file. |
AEncoding |
Text encoding for the output file. |