Skip to main content

TcxGeometryObject.SaveToStream(TStream) Method

Saves information stored in the persistent geometry object, to the specified stream.

Declaration

procedure SaveToStream(AStream: TStream); virtual;

Parameters

Name Type
AStream TStream

Remarks

The TcxGeometryObject class does not provide a functional SaveToStream procedure implementation.

Each descendant class must provide its own SaveToStream procedure implementation that saves information on the corresponding geometric primitive to a stream object passed as the AStream parameter.

See Also