RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.GetHitTestInfoAt Method

Returns information about the specified point in the list view's client area.

Pascal
function GetHitTestInfoAt(X: Integer; Y: Integer): THitTests;
C++
__fastcall THitTests GetHitTestInfoAt(int X, int Y);

Use GetHitTestInfoAt to determine what elements of the list view lie under the point specified by the X and Y parameters. 

X is the x-coordinate of the point. 

Y is the y-coordinate of the point. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!