[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the screen coordinates of the control's origin.
Source position: controls.pp line 1063
protected function TControl.GetClientOrigin: TPoint; virtual; |
Note that this value is the position as stored in the interface and is not always in sync with the LCL. When a control is moved, the LCL sets the bounds to the wanted position and sends a move message to the interface. It is up to the interface to handle moves instantly or queued.
lazarus-ccr.sourceforge.net |