[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.