[Overview][Types][Procedures and functions][Variables][Index] |
Converts absolute Screen coordinates into Client relative coordinates.
Source position: winapih.inc line 231
function ScreenToClient( |
Handle: HWND; |
var P: TPoint |
):Integer; |
Handle |
|
The window with the client area. |
P |
|
The point to convert. |
False on failure.
|
Converts (relative) Client coordinates into absolute Screen coordinates. |
Version 4.0 | Generated 2025-05-03 | Home |