|
|
|
|
|
<Organizer>.SelectPlus (Function) In french: <Agenda>.SelectPlus Selects an appointment in an Organizer control.
AGD_MonAgenda.SelectPlus(1)
tabRendezVous is array of Appointment
tabRendezVous = AGD_MonAgenda.ListeRendezVous(orgAptSelected)
IndiceAjout is int
gMonRendezVous is Appointment
IndiceAjout = AGD_MonAgenda.AjouteRendezVous(gMonRendezVous)
AGD_MonAgenda.SelectPlus(IndiceAjout)
Syntax
Selecting an appointment identified by its index Hide the details
<Organizer control>.SelectPlus(<Appointment index>)
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|