Vcl.ComCtrls.TCustomListView.GetHitTestInfoAt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHitTestInfoAt(X, Y: Integer): THitTests;

C++

THitTests __fastcall GetHitTestInfoAt(int X, int Y);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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

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.

See Also