[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TWinControl.SetBounds

Sets the control bounds and adjusts child and docked controls.

Declaration

Source position: controls.pp line 2313

public procedure TWinControl.SetBounds(

  ALeft: Integer;

  ATop: Integer;

  AWidth: Integer;

  AHeight: Integer

); override;

See also

TControl.SetBounds

  

Sets the bounds (Left, Top, Width, Height) of the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.