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

GetScrollInfo

Returns all or selected information about a ScrollBar.

Declaration

Source position: winapih.inc line 141

function GetScrollInfo(

  Handle: HWND;

  SBStyle: Integer;

  var ScrollInfo: TScrollInfo

):Boolean;

Arguments

Handle

  

The ScrollBar or window handle.

SBStyle

  

The ScrollBar kind.

ScrollInfo

  

Receives the values indicated in fMask.

Function result

False on failure.

See also

#lcl.LCLType.tagScrollInfo

  

The Scrollbar properties parameter record.

SetScrollInfo

  

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