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

TControl.ControlOrigin

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

Declaration

Source position: controls.pp line 1590

public property TControl.ControlOrigin : TPoint
  read GetControlOrigin;

See also

TControl.ClientOrigin

  

Screen coordinates of the TopLeft pixel (of the client area) of the control.

TControl.BoundsRect

  

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