[Overview][Types][Classes][Procedures and functions][Index] |
Gets the control for the visible band under the specified mouse coordinates.
Source position: extctrls.pp line 1658
public function TCustomControlBar.HitTest( |
X: Integer; |
Y: Integer |
):TControl; |
X |
|
Horizontal position for the test. |
Y |
|
Vertical position for the test. |
The band or control at the specified position, or Nil when a visible control is not found.
Version 4.0 | Generated 2025-05-03 | Home |