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.CreateFieldsFromStream(TStream) Method

Automatically creates fields from a specified stream.

#Declaration

Delphi
procedure CreateFieldsFromStream(Stream: TStream);

#Parameters

Name Type
Stream TStream

#Remarks

Call the CreateFieldsFromStream method to retrieve all fields from a stream specified by the Stream parameter. This method checks whether a field type is supported by the ExpressMemData and then adds supported fields.

Note

A stream must contain data in ExpressMemData internal format (For example, data written to a stream by another ExpressMemData using the SaveToStream method).

See Also