TdxFlowChartAdvancedShapeRepository Class
Stores the XML-based shapes and their settings.
Declaration
TdxFlowChartAdvancedShapeRepository = class(
TObject
)
Remarks
This class provides the following members that allow you to:
Access named shape categories (ArrowShapes, BasicShapes, BasicFlowchartShapes, DecorativeShapes, SDLDiagramShapes, and SoftwareIcons);
Load custom shapes from a file or stream (LoadShapesFromFile and LoadShapesFromStream)
Access an individual category by its index (Stencils);
Obtain the total count of shape categories (StencilCount);
Obtain a shape with a specific identifier (FindShapeByID).
The control‘s Repository property references a TdxFlowChartAdvancedShapeRepository object.
Inheritance
TObject
TdxFlowChartAdvancedShapeRepository
See Also