Vcl.ExtCtrls.TCustomControlBar.HitTest

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HitTest(X, Y: Integer): TControl;

C++

Vcl::Controls::TControl* __fastcall HitTest(int X, int Y);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

Returns the control at the specified coordinates.

Call HitTest to get the control at the specified coordinates.

X and Y are the coordinates.

See Also