Back to Devexpress

TdxFlowChartAdvancedShapeStencil.Shapes Property

vcl-dxflowchartshapes-dot-tdxflowchartadvancedshapestencil.md

latest858 B
Original Source

TdxFlowChartAdvancedShapeStencil.Shapes Property

Provides indexed access to the stencil shapes.

Declaration

delphi
property Shapes[Index: Integer]: TdxFlowChartObjectAdvancedShape read; default;

Property Value

Type
TdxFlowChartObjectAdvancedShape

Remarks

Use this property to access any shape within the stencil by passing its index as the Index parameter. To obtain the number of accessible shapes, use the Count property.

See Also

TdxFlowChartAdvancedShapeStencil Class

TdxFlowChartAdvancedShapeStencil Members

dxFlowChartShapes Unit