|
|
|
|
Constants for managing Organizer controls
The following constants are used to manage Organizer controls: | | | Constant | Description | Used by the functions or types of variables |
---|
orgAptHovered | Type of appointment sought: Appointment hovered by the mouse cursor in the Organizer control. | OrganizerListAppointment | orgAptSelected | Type of appointment sought: Appointment currently selected in the Organizer control. | OrganizerListAppointment | orgCurrentMonth | Type of sought date: First day of the month displayed in the Organizer control. | OrganizerPosition | New in version 28orgDateTimeFirstVisible | Type of sought date: First date and time displayed in the Organizer or Scheduler control. | | orgEndDate | - Type of sought date: Last date displayed in the Organizer control.
- Last date of the range selected in the Organizer control.
| | orgStartDate | Type of sought date: - First date displayed in the Organizer control.
- First date of the range selected in the Organizer control.
| | orgzCustomNbDay | Organizer display mode: Organizer displayed over a custom number of days. | OrganizerChangeMode, OrganizerMode | orgzDay | Organizer display mode: Organizer displayed on one day. | OrganizerChangeMode, OrganizerMode | orgzMonth | Organizer display mode: Organizer displayed on one month. | OrganizerChangeMode, OrganizerMode | orgzWeek | Organizer display mode: The organizer displays an entire week (or a partial week). | OrganizerChangeMode, OrganizerMode | orgzWeekOn5 | Organizer display mode: The organizer displays the first five days of the week. | OrganizerChangeMode, OrganizerMode | oriAppointment | Type of information requested: Index of the appointment at the specified coordinates. | OrganizerInfoXY | oriDateTime | Type of information requested: Date and time of the appointment corresponding to the specified coordinates. | OrganizerInfoXY | oriScreenOrigin | The coordinates are relative to the screen. | OrganizerInfoXY |
Prefix syntax: The following constants are used to manage Organizer controls (prefix syntax): | | | Constant | Description | Used by the functions or types of variables |
---|
orgAptHovered | Type of appointment sought: Appointment hovered by the mouse cursor in the Organizer control. | <Organizer>.ListAppointment | orgAptSelected | Type of appointment sought: Appointment currently selected in the Organizer control. | <Organizer>.ListAppointment | orgCurrentMonth | Type of sought date: First day of the month displayed in the Organizer control. | <Organizer>.Position | orgEndDate | - Type of sought date: Last date displayed in the Organizer control.
- Last date of the range selected in the Organizer control.
| | orgStartDate | Type of sought date: - First date displayed in the Organizer control.
- First date of the range selected in the Organizer control.
| | orgzCustomNbDay | Organizer display mode: Organizer displayed over a custom number of days. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzDay | Organizer display mode: Organizer displayed on one day. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzMonth | Organizer display mode: Organizer displayed on one month. | <Organizer>.ChangeMode, <Organizer>.Mode | orgzWeek | Organizer display mode: The organizer displays an entire week (or a partial week). | <Organizer>.ChangeMode, <Organizer>.Mode | orgzWeekOn5 | Organizer display mode: The organizer displays the first five days of the week. | <Organizer>.ChangeMode, <Organizer>.Mode | oriAppointment | Type of information requested: Index of the appointment at the specified coordinates. | <Organizer>.InfoXY | oriDateTime | Type of information requested: Date and time of the appointment corresponding to the specified coordinates. | <Organizer>.InfoXY | oriScreenOrigin | The coordinates are relative to the screen. | <Organizer>.InfoXY |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|