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