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

TControl.ClientOrigin

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

Declaration

Source position: controls.pp line 1650

public property TControl.ClientOrigin : TPoint
  read GetClientOrigin;

Description

Only TWinControls have a client area, for other controls ClientOrigin is the same as Origin.

Note that this value is the position as stored in the object, not always in sync with the widget.

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