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.LoadFromStream(TStream) Method

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