ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Starts the automatic scroll of images.
Example
// Start sliding
ImageStartScrolling(IMG_Banner)
Syntax
ImageStartScrolling(<Image control> [, <Type of scroll>])
<Image control>: Control name
Name of control to use:
  • Image control.
  • Clickable Image control.
  • Thumbnail control.
<Type of scroll>: Optional Integer constant
Type of scroll to perform:
scrollCurrentFills the list of images and starts the scroll from the current position if possible.
WEBDEV - Browser code This constant is not available.
scrollInitializeFills the list of images and starts the scroll from the beginning.
WEBDEV - Browser code This constant is not available.
scrollStart
(Default value)
Starts (or restarts) the scroll from the current position.
Component: wd280page.dll
Minimum version required
  • Version 16
Comments
Click [Add] to post a comment