Converts absolute screen coordinates to control-relative coordinates.
Source position: controls.pp line 1736
public function TControl.ScreenToControl( |
const APoint: TPoint |
):TPoint; |
APoint |
|
Screen coordinates converted to client coordinates in the method. |
TPoint instance with the client coordinates relative to its Parent control.
|
The top, left pixel for the control in screen coordinates. |
|
|
Converts control-relative coordinates to absolute screen coordinates. |
|
|
Converts absolute screen coordinates into client-relative coordinates. |
|
|
Converts client-relative coordinates to absolute screen coordinates. |
| Version 4.4 | Generated 2025-11-08 | Home |