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

SetScrollRange

Sets the minimum and maximum position values of an ScrollBar.

Declaration

Source position: winapih.inc line 350

function SetScrollRange(

  Handle: HWND;

  nBar: Integer;

  nMinPos: Integer;

  nMaxPos: Integer;

  bRedraw: Boolean

):Boolean;

Function result

Always True.

See also

SetScrollInfo

  

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