[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Get control at screen position.
Source position: controls.pp line 2635
function FindDragTarget( |
const Position: TPoint; |
AllowDisabled: Boolean |
):TControl; |
Position |
|
The screen position. |
AllowDisabled |
|
Also find disabled controls, if True. |
The control at Position; Nil if none.
Disabled controls should be excluded, but are not due to an bug in FindControlAtPosition.
lazarus-ccr.sourceforge.net |