Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomMemData.CreateFieldsFromBinaryFile(string) Method

Automatically creates fields by reading field definitions from a specified binary file.

#Declaration

Delphi
procedure CreateFieldsFromBinaryFile(const AFileName: string);

#Parameters

Name Type
AFileName 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