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 Agenda
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 an Organizer control. If the Organizer control is linked to a data source, the appointment is also deleted from the data source.
Ejemplo
// Deletes the selected appointment from the Organizer control
ORG_Organizer1.DeleteAppointment()
// Deletes the first added appointment
ORG_Organizer1.DeleteAppointment(1)
Sintaxis
<Organizer control>.DeleteAppointment([<Appointment index>])
<Organizer control>: Nombre del control
Name of the Organizer control to be used. This field may correspond to:
  • AndroidiPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
<Appointment index>: Entero opcional
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.
iPhone/iPad

Suprimir una cita identificada por una variable Cita Ocultar los detalles

<Organizer control>.DeleteAppointment([<Appointment to delete>])
<Organizer control>: Nombre del control
Name of the Organizer control to be used. This field may correspond to:
  • iPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
<Appointment to delete>: Variable de tipo Appointment
Name of the Appointment variable that corresponds to the appointment to delete.
If this parameter is not specified, the selected appointment will be deleted.
iPhone/iPad

Borrar varias citas Ocultar los detalles

<Organizer control>.DeleteAppointment([<Appointment to delete>])
<Organizer control>: Nombre del control
Name of the Organizer control to be used. This field may correspond to:
  • iPhone/iPadMac Catalyst an Organizer control in a window.
  • an Organizer control in a report.
<Appointment to delete>: Array de variables de cita
Name of the variable of type Array of Appointment that corresponds to the appointments to be deleted.
If this parameter is not specified, the selected appointment will be deleted.
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

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