[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns hit test results for the specified location at X and Y.
Source position: comctrls.pp line 705
public function TTabControlStrings.GetHitTestInfoAt( |
X: Integer; |
Y: Integer |
):THitTests; virtual; |
X |
|
Horizontal coordinate checked in the method. |
Y |
|
Vertical coordinate checked in the method. |
Set of THitTest values for the specified mouse pointer coordinates.
GetHitTestInfoAt always returns an empty THitTests set in TTabControlStrings.
|
Represents permissible results for a hit test. |
|
|
Set type used to store values from the THitTest enumeration. |
Version 4.0 | Generated 2025-05-03 | Home |