Skip to main content

TdxFlowChartCustomizeFormManager.Unregister(TdxFormClass) Method

Unregisters an ExpressFlowChart Editor dialog.

Declaration

procedure Unregister(AClass: TdxFormClass);

Parameters

Name Type
AClass TdxFormClass

Remarks

Call this procedure to remove an ExpressFlowChart Editor form class passed as the AClass parameter.

The Customize function invokes the last registered class’ constructor.

You cannot invoke the dialog if there are no more registered classes.

See Also