TFChartAdvEditor Class
In This Article
A Flow Chart Editor dialog form.
#Declaration
Delphi
TFChartAdvEditor = class(
TdxFlowChartCustomCustomizeForm
)
#Remarks
The TFChartAdvEditor
class implements the Flow Chart Editor dialog.
#Invoke the Flow Chart Editor
To invoke the Flow Chart Editor dialog, you can do the following:
- Click the Editor… item in the control’s context menu.
- Call the global ShowFlowChartEditor function.
#Inheritance
See Also