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
AppointmentContinuous (Property)
In french: RendezVousContinu
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
Reminder: A multiple-day appointment in a Scheduler control can be displayed:
  • as a single continuous appointment.
  • as an appointment per day.
Remark: This property corresponds to the "Continuous display if several days" option in the Scheduler control description window.
Example
SCH_MySchedule.AppointmentContinuous = True
Syntax

Finding out the multiple-day appointment display mode Hide the details

<Result> = <Scheduler control>.AppointmentContinuous
<Result>: Integer constant
Display mode:
DefaultThe appointments are displayed according to the display parameters defined for the Scheduler control.
FalseThe appointments are displayed on each day.
TrueThe appointments are displayed in continuous mode.
<Scheduler control>: Control name
Name of the Scheduler control to be used.

Changing the multiple-day appointment display mode Hide the details

<Scheduler control>.AppointmentContinuous = <New display mode>
<Scheduler control>: Control name
Name of the Scheduler control to be used.
<New display mode>: Integer constant
Display mode to use:
DefaultThe appointments are displayed according to the display parameters defined for the Scheduler control.
FalseThe appointments are displayed on each day.
TrueThe appointments are displayed in continuous mode.
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/08/2024

Send a report | Local help