TdxFlowChartEditorOptions.UseAdvancedShapesOnly Property
In This Article
Specifies whether the editor can omit legacy shapes.
#Declaration
Delphi
property UseAdvancedShapesOnly: Boolean read; write;
#Property Value
Type |
---|
Boolean |
#Remarks
Depending on the specified value, the editor’s “Basic Shapes” category includes:
Value | Description |
---|---|
True | Outdated shapes. |
False | Shapes from the “Basic Shapes“ shape category. |
The default UseAdvancedShapesOnly property value is True.
See Also