|
|
|
|
|
<Organizer>.SelectMinus (Function) In french: <Agenda>.SelectMoins Deselects an appointment from an Organizer control.
// Add an appointment into an Organizer control nAppointmentIndex is int nAppointmentIndex = ORG_MyOrganizer.AddAppointment(... "Meeting with sales team", ... DateSys() + "1400", DateSys() + "1600") // Select the added appointment ORG_MyOrganizer.SelectPlus(nAppointmentIndex) ... // Click the "Deselect" Button control ORG_MyOrganizer.SelectMinus()
Syntax
Deselecting an appointment identified by its index Hide the details
<Organizer control>.SelectMinus([<Appointment index>])
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|