TdxFlowChartObjectAdvancedShape.ID Property
Returns the shape identifier.
Declaration
property ID: string read;
Property Value
Type |
---|
string |
Remarks
You can pass the property value as a parameter of the repository’s FindShapeByID function to find the shape regardless of its stencil (shape category).
To rename the shape, use the Caption property.
See Also