TdxFlowChartCustomCustomizeForm.Execute(TdxFlowChart) Method
In This Article
Invokes the ExpressFlowChart Editor dialog.
#Declaration
Delphi
function Execute(AChart: TdxFlowChart): Boolean; virtual; abstract;
#Parameters
Name | Type |
---|---|
AChart | Tdx |
#Returns
Type |
---|
Boolean |
#Remarks
Call this function to invoke the ExpressFlowChart Editor dialog for the control passed as the AChart parameter.
See Also