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 EndVisibleRange property is used to:
  • finding out the last visible date or time:
    • in a Scheduler control.
Example
Syntax

Finding out the last visible date or time Hide the details

<Result> = <Control used>.EndVisibleRange
<Result>: Integer or character string in Date/Time format
Last visible value in the control. This value corresponds to:
  • an integer for:
    • a Scheduler control in second, millisecond or microsecond mode.
  • a date in YYYYMMDDHHSSCC format for a Scheduler control in day, week or month mode.
<Control used>: Control name
Name of the control to be used. This control can correspond to:
  • a Scheduler control.
Remarks
  • All the events represented in the control are between StartTotalRange and EndTotalRange. This corresponds to the total range of the scrollbar or range slider associated with the control.
  • All the events visible in the control are between StartVisibleRange and EndVisibleRange. This corresponds to the size of the scrollbar track or range slider associated with the control.
  • This property allows you to modify the last visible time only in a TimeLine control.
  • Android The EndTotalRange and EndVisibleRange properties are equivalent. They are used get the last visible value in the control.
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help