ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Deletes all appointments from an Organizer control.
Remarks:
  • For a memory Organizer control, all the events and all the appointments are deleted.
  • For a browsing Organizer control or for an Organizer control on source, the appointments are deleted from the Organizer control. The appointments are kept in the data source linked to the control.
Universal Windows 10 App In Universal Windows 10 App mode, this function can only be used to handle Organizer controls in a report.
Example
// Delete appointments from the Organizer control ORG_MyOrganizer
ORG_MyOrganizer.DeleteAll()
Syntax
<Organizer control>.DeleteAll()
<Organizer control>: Control name
Name of the Organizer control to be used. This control can correspond to:
  • WINDEV an Organizer control in a window.
  • an Organizer control in a report.
Component: wd270mdl.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment