TdxBaseObject.LoadFromFile(string) Method
Loads TdxBaseObject contents from a file.
Declaration
procedure LoadFromFile(const AFileName: string); dynamic;
Parameters
Name | Type |
---|---|
AFileName | string |
Remarks
Use this method to load the TdxBaseObject contents from the file specified by the AFileName constant.
See Also