TdxFlowChartCustomizeFormManager Class
In This Article
Manages the flow chart control ExpressFlowChart Editor forms.
#Declaration
Delphi
TdxFlowChartCustomizeFormManager = class(
TObject
)
#Remarks
This class provides the following methods that allow you to:
Open the ExpressFlowChart Editor dialog (Customize)
Add or remove the ExpressFlowChart Editor dialog (Register and Unregister)
The dxFlowChartCustomizeFormManager global variable references a TdxFlowChartCustomizeFormManager object.
See Also