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

TCustomGrid.GetSBRanges

Gets the range values for the scrollbars when visible.

Declaration

Source position: grids.pas line 1086

protected procedure TCustomGrid.GetSBRanges(

  const HsbVisible: Boolean;

  const VsbVisible: Boolean;

  out HsbRange: Integer;

  out VsbRange: Integer;

  out HsbPage: Integer;

  out VsbPage: Integer;

  out HsbPos: Integer;

  out VsbPos: Integer

); virtual;