Gets the control at the specified screen position.
Source position: controls.pp line 2737
function FindControlAtPosition( |
const Position: TPoint; |
AllowDisabled: Boolean |
):TControl; |
Position |
|
The screen position examined in the routine. |
AllowDisabled |
|
Finds disabled controls when True. |
The control found at the specified Position; Nil when not found.
FindControlAtPosition is a TControl function used to get the control at the specified screen position. When AllowDisabled is True, a disabled control can also be located in the routine. 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.
|
The base class for visible controls. |
|
|
Find the window and its owning control at the given screen coordinates. |
|
|
Get the child control at the given client position. |
|
|
Flags for finding a control at a given (client) position. |
CT Web help |
CodeTyphon Studio |