[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The TopLeft and BottomRight of the control in client coordinates.
Source position: controls.pp line 1377
public property TControl.BoundsRect: TRect |
The BoundsRect rectangle describes the TopLeft and BottomRight coordinates of the control, relative to its parent. The values are based on the Top, Left, Width and Height of the control.
Set BoundsRect to move the control.
Bounding rectangle (top-left, bottom-right) is defined in TRect
lazarus-ccr.sourceforge.net |