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

TdxCustomFlowChart.GetHitTestAt(Integer,Integer) Method

Identifies to which control’s chart symbol the inspected point belongs.

#Declaration

Delphi
function GetHitTestAt(X: Integer; Y: Integer): TdxFcHitTest;

#Parameters

Name Type
X Integer
Y Integer

#Returns

Type
TdxFcHitTest

#Remarks

Call this function to identify all specific areas within the flow chart control to which the point whose coordinates are passed as the X and Y parameters belongs.

Refer to the TdxFcHitTest type description for information on area codes.

See Also