TdxBaseObject.SaveToFile(string) Method
Saves the TdxBaseObject contents to a file.
Declaration
procedure SaveToFile(const AFileName: string); dynamic;
Parameters
Name | Type |
---|---|
AFileName | string |
Remarks
Use this method to save the current TdxBaseObject object to the file specified by the AFileName constant.
See Also