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

TCustomGrid.UpdateVertScrollbar

UpdateVertScrollbar - updates the scrollbar in the given range by the given page, if it is visible

Declaration

Source position: grids.pas line 1048

protected procedure TCustomGrid.UpdateVertScrollbar(

  const aVisible: Boolean;

  const aRange: Integer;

  const aPage: Integer;

  const aPos: Integer

); virtual;