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

TdxFlowChartAdvancedShapeRepository.LoadShapesFromStream(TStream,string,string) Method

Loads custom shapes from the specified stream.

#Declaration

Delphi
procedure LoadShapesFromStream(const AStream: TStream; const AStencilID: string; const AStencilCaption: string = '');

#Parameters

Name Type
AStream TStream
AStencilID string
AStencilCaption string

#Remarks

Call this procedure to add XML based shape(s) from the stream passed as the AStream parameter to an existing or new shape category. To add the shape to a predefined or previously created stencil, pass its unique identifier as the AStencilID parameter. If the repository has no specified stencil, the LoadShapesFromStream procedure creates a new shape category, accepts the AStencilCaption as its name and appends shape(s) to it.

See Also