TdxCustomMemData.CreateFieldsFromStream(TStream) Method
In This Article
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 Express
See Also