AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The AppointmentContinuous property is used to determine or change how multiple-day appointments are displayed in a Scheduler control.
Reminder: An appointment spread over several days in a Scheduler control can be displayed:
  • as a single continuous appointment.
  • as an appointment per day.
Note: This property corresponds to the "Visualización continua si es de varios días" option in the Scheduler control control description window..
Ejemplo
SCH_MySchedule.AppointmentContinuous = True
Sintaxis

Finding out the multiple-day appointment display mode Ocultar los detalles

<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 Ocultar los detalles

<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
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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