|
|
|
|
|
OrganizerSelectPlus (Function) Selects an appointment in an Organizer control.
// Selects the first appointment found in the Organizer control OrganizerSelectPlus(ORG_MyOrganizer, 1) // Retrieves the description of this appointment arrAppointment is array of Appointment arrAppointment = OrganizerListAppointment(ORG_MyOrganizer, orgAptSelected)
// Adds an appointment in the Organizer control and then selects that appointment AdditionIndex is int gMyAppointment is Appointment AdditionIndex = OrganizerAddAppointment(ORG_MyOrganizer, gMyAppointment) OrganizerSelectPlus(ORG_MyOrganizer, AdditionIndex)
Sintaxis
Selecting an appointment identified by its index Ocultar los detalles
OrganizerSelectPlus(<Organizer control> , <Appointment index>)
Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|