Skip to main content

TdxOrgChartCustomizeFormManager.Register(TdxOrgChartCustomCustomizeFormClass) Method

Registers a new Items Editor dialog.

Declaration

procedure Register(AClass: TdxOrgChartCustomCustomizeFormClass);

Parameters

Name Type
AClass TdxOrgChartCustomCustomizeFormClass

Remarks

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

The Customize function invokes the last registered class’ constructor.

See Also