Skip to main content

TcxGeometryObject.LoadFromStream(TStream) Method

Loads information from the specified stream to the persistent geometry object.

Declaration

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