|
|
|
|
|
OrganizerSelectMinus (Function) In french: AgendaSelectMoins Deselects an appointment from an Organizer control.
// Add an appointment into an Organizer control nAppointmentIndex is int nAppointmentIndex = OrganizerAddAppointment(ORG_MyOrganizer, ... "Meeting with sales team", ... DateSys() + "1400", DateSys() + "1600") // Select the added appointment OrganizerSelectPlus(ORG_MyOrganizer, nAppointmentIndex) ... // Click the "Deselect" Button control OrganizerSelectMinus(ORG_MyOrganizer)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|