ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Scheduler 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 appointments and resources from a Scheduler control.
Remark:
  • For a Scheduler control populated programmatically, all appointments and resources are deleted.
  • For a Scheduler control based on a data file or on a variable, the appointments and resources are only deleted from the Scheduler control. The appointments and the resources are kept in the data source linked to the control.
Example
// Suppression de tout le contenu du champ Planning PLN_Planning
PLN_Planning.SupprimeTout()
Syntax
<Scheduler control>.DeleteAll()
<Scheduler control>: Control name
Name of Scheduler control from which all appointments and resources will be deleted. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
Related Examples:
WD Schedule Complete examples (WINDEV): WD Schedule
[ + ] This example presents the management of a graphic schedule.

The following topics are presented in this example:
1/ the scheduler control
2/ the Google Calendar functions
Component: wd300mdl.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/26/2024

Send a report | Local help