Skip to main content

TdxOrgChartCustomizeFormManager.Unregister(TdxOrgChartCustomCustomizeFormClass) Method

Unregisters an Items Editor dialog.

Declaration

procedure Unregister(AClass: TdxOrgChartCustomCustomizeFormClass);

Parameters

Name Type
AClass TdxOrgChartCustomCustomizeFormClass

Remarks

Call this procedure to remove an Items 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