ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Organizer functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes all the appointments from an Organizer control.
Remarks:
  • For an Organizer control populated programmatically, all appointments are deleted.
  • For an Organizer control based on a data file or on a variable, appointments are only deleted from the control. The appointments are kept in the data source linked to the control.
Example
// Suppression des rendez-vous du champ Agenda AGD_MonAgenda
OrganizerDeleteAll(AGD_MonAgenda)
Syntax
OrganizerDeleteAll(<Organizer control>)
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
  • WINDEV an Organizer control in a window.
  • an Organizer control in a report.
Component: wd300mdl.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help