[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows or hides a ScrollBar.
Source position: winapih.inc line 273
public function TWidgetSet.ShowScrollBar( |
Handle: HWND; |
wBar: Integer; |
bShow: Boolean |
):Boolean; virtual; |
Handle |
|
The window or ScrollBar handle. |
wBar |
|
The scrollbar type (SB_CTL, SB_HORZ...). |
bShow |
|
True shows, False hides the ScrollBar. |
False on failure.
|
Enables or disables the arrows in a scrollbar control, or the scrollbars in a window. |
Version 4.0 | Generated 2025-05-03 | Home |