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

SetScrollRange

Sets the minimum and maximum position values for a scroll bar.

Declaration

Source position: winapih.inc line 352

function SetScrollRange(

  Handle: HWND;

  nBar: Integer;

  nMinPos: Integer;

  nMaxPos: Integer;

  bRedraw: Boolean

):Boolean;

Function result

Always True.

See also

SetScrollInfo

  


Version 3.2 Generated 2024-02-25 Home