Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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 Top, Left and Bottom, Right for the control, in client coordinates.