ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Organizer functions
45 results
Adds a new appointment to an Organizer control.
Defines a background color for a time slot in an Organizer control.
Modifies the time range displayed by an Organizer control (Day/Week/Month).
Makes a day visible or invisible in an Organizer control.
Deletes all the appointments from an Organizer control.
Deletes an appointment from an Organizer control.
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
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.
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).
Returns the display mode of an Organizer control: day, week, month, ...
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.
Returns the start or end date and time of the time slot selected in an Organizer control.
Deselects an appointment from an Organizer control.
Selects an appointment in an Organizer control.
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
Exports the appointments found in an Organizer control in iCalendar format.
Used to indicate the specific working hours per day in an Organizer control.
Constants for managing Organizer controls
The following functions are used to handle the Organizer control via prefix syntax:
Imports data in iCalendar format into an Organizer control.
The following functions are used to manage the Organizer control:
Adds a new appointment to an Organizer control.
Defines a background color for a time slot in an Organizer control.
Modifies the time range displayed by an Organizer control (Day/Week/Month).
Modifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept for backward compatibility.
Makes a day visible or invisible in an Organizer control.
Deletes all the appointments from an Organizer control.
Usage example of the OrganizerDeleteAppointment function
Deletes an appointment from an Organizer control.
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
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.
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).
Returns the display mode of an Organizer control: day, week, month, ...
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.
Returns the start or end date and time of the time slot selected in an Organizer control.
Deselects an appointment from an Organizer control.
Selects an appointment in an Organizer control.
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
Exports the appointments found in an Organizer control in iCalendar format.
Used to indicate the specific working hours per day in an Organizer control.
Returns the time range displayed by an Organizer control.