Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

SetScrollRange

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

Declaration

Source position: winapih.inc line 356

function SetScrollRange(

  Handle: HWND;

  nBar: Integer;

  nMinPos: Integer;

  nMaxPos: Integer;

  bRedraw: Boolean

):Boolean;

Function result

Always True.

See also

SetScrollInfo

  



CT Web help

CodeTyphon Studio