Skip to main content

TFChartAdvEditor Class

A Flow Chart Editor dialog form.

Declaration

TFChartAdvEditor = class(
    TdxFlowChartCustomCustomizeForm
)

Remarks

The TFChartAdvEditor class implements the Flow Chart Editor dialog.

VCL Flow Chart: A Flow Chart Editor Example

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.
See Also