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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones del planificador
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
Deletes an appointment from a Scheduler control. If the Scheduler control is linked to a data source, the appointment is also deleted from the data source.
Ejemplo
// Deletes the selected appointment from the SCH_Schedule control
SchedulerDeleteAppointment(SCH_Schedule)

// Deletes the first added appointment
SchedulerDeleteAppointment(SCH_Schedule, 1)
Sintaxis

Deleting an appointment identified by its index Ocultar los detalles

SchedulerDeleteAppointment(<Scheduler control> [, <Appointment index>])
<Scheduler control>: Control name
Name of the Scheduler control to be used. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
<Appointment index>: Optional integer
Index of the appointment to be deleted. The index of the first appointment is set to 1. If this parameter is not specified, the selected appointment will be deleted.
WINDEVWEBDEV - Código ServidoriPhone/iPad

Deleting an appointment identified by an Appointment variable Ocultar los detalles

SchedulerDeleteAppointment(<Scheduler control> , <Appointment used>)
<Scheduler control>: Control name
Name of the Scheduler control to be used. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
<Appointment used>: Appointment variable
Appointment variable corresponding to the appointment to delete.
Clasificación Lógica de negocio / UI: Código UI
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 16
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

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