[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the TControl currently visible at the specified screen position.
Source position: controls.pp line 2735
function FindLCLControl( |
const ScreenPos: TPoint |
):TControl; |
ScreenPos |
|
TPoint instance with the screen coordinates for the control located in the method. |
Control visible at the specified screen coordinates. The active windowed control (or form) is returned if a control is not found at the specified position.
The result is not reliable during resizing.
Version 4.0 | Generated 2025-05-03 | Home |