TdxCustomMemData.CreateFieldsFromStream(TStream) Method
Automatically creates fields from a specified stream.
Declaration
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