[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enables or disables the arrows of a scrollbar control, or of the scrollbars of a window.
Source position: winapih.inc line 87
public function TWidgetSet.EnableScrollBar( |
Wnd: HWND; |
wSBflags: Cardinal; |
wArrows: Cardinal |
):Boolean; virtual; |
Wnd |
|
The window or control handle. |
wSBflags |
|
The scrollbar type (SB_CTL, SB_HORZ...). |
wArrows |
|
The affected buttons. |
False when nothing was changed.
lazarus-ccr.sourceforge.net |