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

TCustomControlBar.ShiftBands

Shifts the position for the specified range of bands by the specified amount and limit.

Declaration

Source position: extctrls.pp line 1580

protected procedure TCustomControlBar.ShiftBands(

  AFrom: Integer;

  ATo: Integer;

  AShift: Integer;

  ALimit: Integer

);