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 manage the position of scrollbars:
  • WEBDEV - Browser code Gets the position of one of the horizontal or vertical scrollbars in a page of a WEBDEV site.
Example
Syntax

Finding out the scrollbar position Hide the details

<Result> = ScrollbarPosition(<Element used> [, <Orientation>])
<Result>: Integer
  • Position of scrollbar box.
  • 0 if the scrollbar does not exist or if it is grayed.
<Element used>: Control, window or page name
  • WEBDEV - Browser code Name of page used.
<Orientation>: Optional Integer constant
Orientation of scrollbar for which the position must be retrieved:
sbHorzThe position is calculated for the horizontal scrollbar of control.
sbVert
(Default value)
The position is calculated for the vertical scrollbar of control.
Remarks
Component: wd290obj.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/28/2022

Send a report | Local help