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

TControl.ControlOrigin

The top, left pixel of the control in screen coordinates.

Declaration

Source position: controls.pp line 1730

public property TControl.ControlOrigin : TPoint
  read GetControlOrigin;

See also

TControl.ClientOrigin

  

Screen coordinates of the Top, Left pixel (in the client area) of the control.

TControl.BoundsRect

  

The TopLeft and BottomRight of the control, in client coordinates.

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