The Top, Left and Bottom, Right for the control, in client coordinates.
Source position: controls.pp line 1724
public property TControl.BoundsRect : TRect |
The BoundsRect rectangle describes the Top, Left and Bottom, Right coordinates for 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, occurring otherwise when Top, Width etc. are set individually.
CT Web help |
CodeTyphon Studio |