|
|
|
|
|
OrganizerSelectMinus (Function) In french: AgendaSelectMoins Deselects an appointment from an Organizer control.
nRangRendezVous is int
nRangRendezVous = OrganizerAddAppointment(AGD_MonAgenda, ...
"Réunion équipe commerciale", ...
DateSys() + "1400", DateSys() + "1600")
OrganizerSelectPlus(AGD_MonAgenda, nRangRendezVous)
...
OrganizerSelectMinus(AGD_MonAgenda)
Syntax
Deselecting an appointment identified by its index Hide the details
OrganizerSelectMinus(<Organizer control> [, <Appointment index>])
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|