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