TdxCustomLayoutControl.GetHitTest(Integer,Integer) Method
In This Article
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 |
---|
Tdx |
#Remarks
This method simply calls the appropriate TdxLayoutContainer.GetHitTest overloaded variant. Refer to this method description to learn more.
See Also