[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

ClientToScreen

Converts (relative) Client coordinates into absolute Screen coordinates.

Declaration

Source position: winapih.inc line 46

function ClientToScreen(

  Handle: HWND;

  var P: TPoint

):Boolean;

Arguments

Handle

  

The window handle with the client area.

P

  

The point to convert.

Function result

False on failure.

See also

ScreenToClient

  

Converts absolute Screen coordinates into Client relative coordinates.


Version 3.2 Generated 2024-02-25 Home