[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the range values for the scroll bars when visible.
Source position: grids.pas line 1090
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; |