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

TCustomGrid.UpdateVertScrollbar

Updates the vertical scrollbar to use the specified visibility, range, and page values.

Declaration

Source position: grids.pas line 1182

protected procedure TCustomGrid.UpdateVertScrollbar(

  const aVisible: Boolean;

  const aRange: Integer;

  const aPage: Integer;

  const aPos: Integer

); virtual;

Arguments

aVisible

  

True if the scrollbar should be visible.