TdxBaseObject.LoadFromStream(TStream) Method
Loads data form a stream into the TdxBaseObject object.
Declaration
procedure LoadFromStream(AStream: TStream); dynamic;
Parameters
| Name | Type |
|---|---|
| AStream | TStream |
Remarks
Use this method to read TdxBaseObject data from the stream specified by the AStream variable.
See Also