TdxFlowChartCustomizeFormManager.Customize(TdxFlowChart,string,TdxFlowChartEditorOptions) Method
Invokes the ExpressFlowChart Editor dialog.
Declaration
function Customize(AChart: TdxFlowChart; AEditorCaption: string; AOptions: TdxFlowChartEditorOptions = nil): Boolean;
Parameters
Name | Type |
---|---|
AChart | TdxFlowChart |
AEditorCaption | string |
AOptions | TdxFlowChartEditorOptions |
Returns
Type |
---|
Boolean |
Remarks
This function shows the last registered ExpressFlowChart Editor dialog for the control passed as the AChart parameter. The AOptions parameter allows you to include shapes in legacy format in the toolbox. Use this option if you need to support backward compatibility in your applications. TdxFlowChartEditorOptions class declares methods whose return values you can pass as the 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 ShowFlowChartEditor function.
A Customize function call has no effect if there are no registered ExpressFlowChart Editor forms.
See Also