|
|
|
|
|
<Organizer>.SelectPlus (Function) In french: <Agenda>.SelectPlus Selects an appointment in an Organizer control.
// Selects the first appointment found in the Organizer control ORG_MyOrganizer.SelectPlus(1) // Retrieves the description of this appointment arrAppointment is array of Appointment arrAppointments = ORG_MyOrganizer.ListAppointment(orgAptSelected)
// Adds an appointment in an Organizer control and selects that appointment AdditionIndex is int gMyAppointment is Appointment AdditionIndex = ORG_MyOrganizer.AddAppointment(gMyAppointment) ORG_MyOrganizer.SelectPlus(AdditionIndex)
Syntax
Selecting an appointment identified by its index Hide the details
<Organizer control>.SelectPlus(<Appointment index>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|