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

TControl.ControlToScreen

Convert control-relative coordinates into absolute screen coordinates.

Declaration

Source position: controls.pp line 1594

public function TControl.ControlToScreen(

  const APoint: TPoint

):TPoint;

See also

TControl.ScreenToControl

  

Convert absolute screen coordinates into control-relative coordinates.

TControl.ScreenToClient

  

Convert absolute screen coordinates into client-relative coordinates

TControl.ClientToScreen

  

Convert client-relative coordinates into absolute screen coordinates.

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