ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
The TotalRange property is used to get and change the total range of data represented by the Range Slider control. For example, if the total range is 100, the Range Slider control represents data from 1 to 100.
Total range of the Range Slider
The total range can also be configured in the description window of the Range Slider control ("General" tab).
Example
// Display the properties of the Range Slider control
EDT_Value = MySelf..Value
EDT_LOWER_BOUND = MySelf.MinValue
EDT_UPPER_BOUND = MySelf.MaxValue
EDT_TOTAL_RANGE = MySelf.TotalRange
EDT_VISIBLE_RANGE = MySelf.VisibleRange
Syntax

Finding out the total range of the Range Slider control Hide the details

<Result> = <Range Slider control>.TotalRange
<Result>: Integer
Total range of the Range Slider.
<Range Slider control>: Control name
Name of the Range Slider control used.

Modifying the total range of the Range Slider control Hide the details

<Range Slider control>.TotalRange = <New total range>
<Range Slider control>: Control name
Name of the Range Slider control used.
<New total range>: Integer
New total range for the Range Slider control.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help