Gets the drag target at the specified screen position.
Source position: controls.pp line 2736
function FindDragTarget( |
const Position: TPoint; |
AllowDisabled: Boolean |
):TControl; |
Position |
|
The screen position. |
AllowDisabled |
|
Also finds 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.
CT Web help |
CodeTyphon Studio |