TdxCustomMemData.CreateFieldsFromBinaryFile(string) Method
In This Article
Automatically creates fields by reading field definitions from a specified binary file.
#Declaration
Delphi
procedure CreateFieldsFromBinaryFile(const AFileName: string);
#Parameters
Name | Type |
---|---|
AFile |
string |
#Remarks
Call this method to retrieve all fields from a binary file specified via the AFileName parameter. This method checks the specified file for supported field types and then adds supported fields to the current ExpressMemData. To create CreateFieldsFromBinaryFile-compatible binary files, save ExpressMemData data via the SaveToBinaryFile method call.
At design time, you can use the functionality provided by the ExpressMemData Persistent Editor to create fields from a previously saved binary file (via the Get Fields… button).
See Also