[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the bounds of the control initially, when it is created
Source position: controls.pp line 1283
public procedure TControl.SetInitialBounds( |
aLeft: Integer; |
aTop: Integer; |
aWidth: Integer; |
aHeight: Integer |
); virtual; |
aLeft |
|
X co-ordinate of top left pixel |
aTop |
|
Y co-ordinate of top left pixel |
aWidth |
|
Width of control |
aHeight |
|
Height of control |
Checks that this is a new control, then calls SetBounds to set up coordinates defining its position
|
Sets the bounds (top. left, height, width) of the control. |
lazarus-ccr.sourceforge.net |