Back to Devexpress

TdxFlowChartObjectAdvancedShape.Caption Property

vcl-dxflowchartshapes-dot-tdxflowchartobjectadvancedshape.md

latest871 B
Original Source

TdxFlowChartObjectAdvancedShape.Caption Property

Specifies the shape name.

Declaration

delphi
property Caption: string read; write;

Property Value

Type
string

Remarks

You can use this property to:

  • Modify the shape’s default caption;

  • Display it within an application’s UI element;

  • Identify the shape within its stencil (shape category).

To obtain the shape’s unique identifier within the repository, use the ID property.

See Also

TdxFlowChartObjectAdvancedShape Class

TdxFlowChartObjectAdvancedShape Members

dxFlowChartShapes Unit