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

TdxCustomLayoutControl.GetHitTest(Integer,Integer) Method

Returns the HitTest object that identifies a visual element at a specified point.

#Declaration

Delphi
function GetHitTest(X: Integer; Y: Integer): TdxCustomLayoutHitTest; overload;

#Parameters

Name Type
X Integer
Y Integer

#Returns

Type
TdxCustomLayoutHitTest

#Remarks

This method simply calls the appropriate TdxLayoutContainer.GetHitTest overloaded variant. Refer to this method description to learn more.

See Also