|
|
|
|
|
<Organizer>.DeleteAppointment (Función) 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. // 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:   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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|