Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.ScrollBarRange

Sets the range for the specified scrollbar.

Declaration

Source position: grids.pas line 1151

protected procedure TCustomGrid.ScrollBarRange(

  Which: Integer;

  aRange: Integer;

  aPage: Integer;

  aPos: Integer

);