TdxFlowChartEditorOptions.UseAdvancedShapesOnly Property
Specifies whether the editor can omit legacy shapes.
Declaration
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