Get the child control at the given client position.
Source position: controls.pp line 2353
public function TWinControl.ControlAtPos( |
const Pos: TPoint; |
AllowDisabled: Boolean |
):TControl; |
const Pos: TPoint; |
AllowDisabled: Boolean; |
AllowWinControls: Boolean |
):TControl; |
const Pos: TPoint; |
Flags: TControlAtPosFlags |
):TControl; virtual; |
Pos |
|
The client coordinates. |
AllowDisabled |
|
Allow finding disabled controls. |
The found control, Nil if none found.
Pos |
|
The client coordinates. |
AllowDisabled |
|
Allow finding disabled controls. |
AllowWinControls |
|
Allow finding TWinControls, in addition to TControls. |
Pos |
|
The client coordinates. |
Flags |
|
Encoded Allow... conditions. |
WinControls are found before Controls (if overlapping).
CT Web help |
CodeTyphon Studio |