AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 22
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 08/03/2024

Señalar un error o enviar una sugerencia | Ayuda local