| |
<Organizer>.AddAppointment | Adds a new appointment to an Organizer control. |
<Organizer>.BackgroundColor | Defines a background color for a time slot in an Organizer control. |
<Organizer>.ChangeMode | Modifies the time range displayed by an Organizer control (Day/Week/Month). |
<Organizer>.DateVisible | Makes a day visible or invisible in an Organizer control. |
<Organizer>.DeleteAll | Deletes all the appointments from an Organizer control. |
<Organizer>.DeleteAppointment | Deletes an appointment from an Organizer control. |
<Organizer>.Display | Reinitializes the content of an Organizer control from its data source (HFSQL data file for example). |
<Organizer>.DisplayNextPeriod | Moves the time area displayed to the next area (next weeks for example) in an Organizer control. |
<Organizer>.DisplayPreviousPeriod | Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control. |
<Organizer>.InfoXY | Returns for a given position in the Organizer control (coordinates of a point in the organizer): - the index of the appointment for the specified position.
- the date corresponding to the specified position.
|
<Organizer>.ListAppointment | Returns: - the list of appointments found between two dates in an Organizer control,
- all appointments found in an Organizer control,
- a specific appointment (selected or hovered).
|
<Organizer>.Mode | Returns the display mode of an Organizer control: day, week, month, ... |
<Organizer>.Position | Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control. |
<Organizer>.SelectedRange | Returns the start or end date and time of the time slot selected in an Organizer control. |
<Organizer>.SelectMinus | Deselects an appointment from an Organizer control. |
<Organizer>.SelectPlus | Selects an appointment in an Organizer control. |
<Organizer>.TimeDisplayed | Defines the time range displayed by the Organizer control in Day mode or in Week mode. |
<Organizer>.ToiCalendar | Exports the appointments found in an Organizer control in iCalendar format. |
<Organizer>.WorkingHour | Used to indicate the specific working hours per day in an Organizer control. |