[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 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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.