[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows or hides a ScrollBar.
Source position: winapih.inc line 272
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 of a scrollbar control, or of the scrollbars of a window. |
lazarus-ccr.sourceforge.net |