Back to Devexpress

TdxCustomMemData.CreateFieldsFromStream(TStream) Method

vcl-dxmdaset-dot-tdxcustommemdata-dot-createfieldsfromstream-x28-system-dot-classes-dot-tstream-x29.md

latest1.1 KB
Original Source

TdxCustomMemData.CreateFieldsFromStream(TStream) Method

Automatically creates fields from a specified stream.

Declaration

delphi
procedure CreateFieldsFromStream(Stream: TStream);

Parameters

NameType
StreamTStream

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

TdxCustomMemData.CreateFieldsFromBinaryFile

TdxCustomMemData.CreateFieldsFromDataSet

TdxCustomMemData Class

TdxCustomMemData Members

dxmdaset Unit