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

TCustomUpDown.DoSetBounds

Applies the specified bounds to the control.

Declaration

Source position: comctrls.pp line 1959

protected procedure TCustomUpDown.DoSetBounds(

  ALeft: Integer;

  ATop: Integer;

  AWidth: Integer;

  AHeight: Integer

); override;