TcxGeometryObject.LoadFromStream(TStream) Method
In This Article
Loads information from the specified stream to the persistent geometry object.
#Declaration
Delphi
procedure LoadFromStream(AStream: TStream); virtual;
#Parameters
Name | Type |
---|---|
AStream | TStream |
#Remarks
The TcxGeometryObject class does not provide a functional LoadFromStream procedure implementation.
Each descendant class must provide its own LoadFromStream procedure implementation that loads information on the corresponding geometric primitive from a stream object passed as the AStream parameter.
See Also