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

GetScrollRange

Returns the minimum and maximum Position values of a ScrollBar.

Declaration

Source position: winapih.inc line 316

function GetScrollRange(

  Handle: HWND;

  nBar: Integer;

  var lpMinPos: Integer;

  var lpMaxPos: Integer

):Boolean;

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