TdxFlowChartEditorOptions.CreateOptions Method
In This Article
Enables you to use only XML-based shapes.
#Declaration
Delphi
class function CreateOptions: TdxFlowChartEditorOptions; static;
#Returns
Type |
---|
Tdx |
#Remarks
Pass this class function as the AOptions parameter during the ShowFlowChartEditor function call to omit legacy shapes from the “Basic Shapes” category in the Shapes pane.
See Also