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

TdxFlowChartCustomCustomizeForm.GetNumberByUnion(TdxFlowChart,TdxFcObject) Method

Identifies whether a specific chart symbol is one of the master chart symbols within the specified flow chart control.

#Declaration

Delphi
function GetNumberByUnion(AChart: TdxFlowChart; Obj: TdxFcObject): Integer;

#Parameters

Name Type
AChart TdxFlowChart
Obj TdxFcObject

#Returns

Type
Integer

#Remarks

Call this function to obtain the ordinal number of a group whose master chart symbol is passed as the AObj parameter. The GetNumberByUnion function searches the specified master chart symbol within the control passed as the AChart parameter. If the search is successful, the function returns the ordinal number of the specified master chart symbol’s group; otherwise — returns the total number of groups within the control.

See Also