[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 1520
public procedure TControl.SetInitialBounds( |
aLeft: Integer; |
aTop: Integer; |
aWidth: Integer; |
aHeight: Integer |
); virtual; |
aLeft |
|
X coordinate of top left pixel |
aTop |
|
Y coordinate of top left pixel |
aWidth |
|
Width of control |
aHeight |
|
Height of control |
Does nothing while the control is loaded.
|
Sets the bounds (left, top, width, height) of the control. |
lazarus-ccr.sourceforge.net |