ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Example
IF ScrollbarIsVisible(LIST_MyList, sbHorz) THEN
Info("The list is not wide enough.")
END
Syntax
<Result> = ScrollbarIsVisible(<Control used> [, <Orientation>])
<Result>: Boolean
  • True if the scrollbar is visible,
  • False otherwise.
<Control used>: Control name
Name of the control used.
<Orientation>: Optional Integer constant
Orientation of the scrollbar to use:
sbHorzFinds out whether the horizontal scrollbar of the control is visible.
sbVert
(Default value)
Finds out whether the vertical scrollbar of the control is visible.
Component: wd290obj.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help