[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get control at screen position.
Source position: controls.pp line 2341
function FindControlAtPosition( |
const Position: TPoint; |
AllowDisabled: Boolean |
):TControl; |
When AllowDisabled is True, also a disabled control will be found. In the current implementation AllowDisabled is ignored (assumed to be True). First a window at the given screen position is searched, then a control within it.
lazarus-ccr.sourceforge.net |