[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find the window and its owning control at the given screen coordinates.
Source position: controls.pp line 2637
function FindLCLWindow( |
const ScreenPos: TPoint; |
AllowDisabled: Boolean = True |
):TWinControl; |
The control at the ScreenPos; Nil if none was found.
lazarus-ccr.sourceforge.net |