[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the bounds (top. left, height, width) of the control.
Source position: controls.pp line 1282
public procedure TControl.SetBounds( |
aLeft: Integer; |
aTop: Integer; |
aWidth: Integer; |
aHeight: Integer |
); virtual; |
aLeft |
|
The X co-ordinate of the top left pixel of the control |
aTop |
|
The Y co-ordinate of the top left pixel of the control |
aWidth |
|
The width of the control |
aHeight |
|
The height of the control |
[What's the difference between BoundsRect and ClientRect?] Does nothing but call ChangeBounds.
lazarus-ccr.sourceforge.net |