TTMSFNCDataGrid.SaveToFileData Method
Saves cell data to the native grid file format using the default encoding.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Overloads
Overload 1
Saves cell data to the native grid file format using the default encoding.
procedure SaveToFileData(AFileName: string); overload; virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Full path of the output file. |
Overload 2
Saves cell data to the native grid file format using the specified encoding.
procedure SaveToFileData(AFileName: string; AEncoding: TEncoding); overload; virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
Full path of the output file. |
AEncoding |
Text encoding for the output file. |