ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following functions are used to handle the Organizer control via prefix syntax:
<Organizer>.AddAppointmentAdds a new appointment to an Organizer control.
<Organizer>.BackgroundColorDefines a background color for a time slot in an Organizer control.
<Organizer>.ChangeModeModifies the time range displayed by an Organizer control (Day/Week/Month).
<Organizer>.DateVisibleMakes a day visible or invisible in an Organizer control.
<Organizer>.DeleteAllDeletes all the appointments from an Organizer control.
<Organizer>.DeleteAppointmentDeletes an appointment from an Organizer control.
<Organizer>.DisplayReinitializes the content of an Organizer control from its data source (HFSQL data file for example).
<Organizer>.DisplayNextPeriodMoves the time area displayed to the next area (next weeks for example) in an Organizer control.
<Organizer>.DisplayPreviousPeriodMoves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
<Organizer>.InfoXYReturns 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>.ListAppointmentReturns:
  • 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>.ModeReturns the display mode of an Organizer control: day, week, month, ...
<Organizer>.PositionDisplays 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>.SelectedRangeReturns the start or end date and time of the time slot selected in an Organizer control.
<Organizer>.SelectMinusDeselects an appointment from an Organizer control.
<Organizer>.SelectPlusSelects an appointment in an Organizer control.
<Organizer>.TimeDisplayedDefines the time range displayed by the Organizer control in Day mode or in Week mode.
<Organizer>.ToiCalendarExports the appointments found in an Organizer control in iCalendar format.
<Organizer>.WorkingHourUsed to indicate the specific working hours per day in an Organizer control.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help