Skip to main content

TdxFlowChartCustomizeFormManager.Register(TdxFormClass) Method

Registers a new ExpressFlowChart Editor dialog.

Declaration

procedure Register(AClass: TdxFormClass);

Parameters

Name Type
AClass TdxFormClass

Remarks

Call this procedure to register an ExpressFlow ExpressFlowChart Editor form class, passed as the AClass parameter.

The Customize function invokes the last registered class’ constructor.

See Also