|
|
|
|
|
SchedulerSelectPlus (Función) Selecciona una cita en un control de la agenda. // Selects the first appointment found in the Scheduler control SchedulerSelectPlus(SCH_Schedule, 1) // Retrieves the description of this appointment arrAppointment is array of Appointment arrAppointment = SchedulerListAppointment(SCH_Schedule, schAptSelected)
MyAppointment is Appointment
AdditionIndex is int
AdditionIndex = SchedulerAddAppointment(SCH_Schedule, MyAppointment)
SchedulerSelectPlus(SCH_Schedule, AdditionIndex)
Sintaxis
Seleccionar una cita identificada por su índice Ocultar los detalles
SchedulerSelectPlus(<Scheduler control> , <Appointment index>)
<Scheduler control>: Nombre del control Nombre del control Planificador a utilizar. <Appointment index>: Integro Índice de la cita a seleccionar. Los índices de citas empiezan por 1. Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|