ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control. This scroll value is used when the user clicks the scroll arrows.
Note This property is useful, for example, if the elevator has a large extension. It allows users to quickly move from one element to another.
Example
// Définition de la borne maximale
ASC_MonAscenseur.BorneMax = 10000
// Définition de l'avance rapide 
// (clic entre la cage de l'ascenseur et les boutons de déplacement)
ASC_MonAscenseur.AvanceRapide = 1000
// Définition du pas d'avancement (clic sur les boutons de déplacement)
ASC_MonAscenseur.Avance = 100
Syntax

Getting the scroll value of a Scrollbar or Range Slider control Hide the details

<Result> = <Control used>.Scroll
<Result>: Integer
Scroll value of the control.
<Control used>: Control name
Name of the Scrollbar or Range Slider control used.

Setting the scroll value of a Scrollbar or Range Slider control Hide the details

<Control used>.Scroll = <New scroll value>
<Control used>: Control name
Name of the Scrollbar or Range Slider control used.
<New scroll value>: Integer
New scroll value for the control. This value must be greater than or equal to 1.
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help