TdxOrgChartCustomizeFormManager.Customize(TdxCustomOrgChart) Method
Invokes the Items Editor dialog.
Declaration
function Customize(AOrgChart: TdxCustomOrgChart): Boolean;
Parameters
Name | Type |
---|---|
AOrgChart | TdxCustomOrgChart |
Returns
Type |
---|
Boolean |
Remarks
This function shows the last registered Items Editor dialog for the control passed as the AOrgChart parameter. The Customize function returns True when the dialog is closed by clicking the OK button, otherwise — False.
This function is called by the global ShowOrgChartEditor function.
Calling the Customize function has no effect if there are no registered Items Editor forms.
See Also