|
|
|
|
|
<Organizer>.DeleteAppointment (Function) In french: <Agenda>.SupprimeRendezVous 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.
AGD_Agenda1.SupprimeRendezVous()
AGD_Agenda1.SupprimeRendezVous(1)
Syntax
<Organizer control>.DeleteAppointment([<Appointment index>])
<Organizer control>: Control name Name of the Organizer control to be used. This field may correspond to: - an Organizer control in 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|