Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGeometryObject.SaveToStream(TStream) Method

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

#Declaration

Delphi
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