Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFlowChartCustomizeFormManager.Customize(TdxFlowChart,string,TdxFlowChartEditorOptions) Method

Invokes the ExpressFlowChart Editor dialog.

#Declaration

Delphi
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