[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Try to set the automatic changed bounds
Source position: controls.pp line 959
protected procedure TControl.SetAlignedBounds( |
aLeft: Integer; |
aTop: Integer; |
aWidth: Integer; |
aHeight: Integer |
); virtual; |
{ try to set the automatic changed bounds If the interface does not like our bounds, it sends a message with the real bounds, which invokes the automatic realigning of the control, .. a circle. To break the circle, only bounds that are different from the last try will be sent. }