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