[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The TopLeft and BottomRight of the control, in client coordinates.
Source position: controls.pp line 1644
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 properties of the control.
Set BoundsRect to move and/or resize the control. This can reduce flicker, occuring otherwise when Top, Width etc. are set individually.
lazarus-ccr.sourceforge.net |