TdxBaseObject.SaveToStream(TStream) Method
Saves TdxBaseObject contents to a stream.
Declaration
procedure SaveToStream(AStream: TStream); dynamic;
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
Use this method to save the current TdxBaseObject object to the stream specified by the AStream variable.
See Also