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 / Scheduler functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
SchedulerDeleteAppointment (Function)
In french: PlanningSupprimeRendezVous
Deletes an appointment from a Scheduler control. If the Scheduler control is linked to a data source, the appointment is also deleted from the data source.
Example
// Supprime le rendez-vous sélectionné dans le champ Planning PLN_Planning
SchedulerDeleteAppointment(PLN_Planning)

// Supprime le premier rendez-vous ajouté
SchedulerDeleteAppointment(PLN_Planning, 1)
Syntax

Deleting an appointment identified by its index Hide the details

SchedulerDeleteAppointment(<Scheduler control> [, <Appointment index>])
<Scheduler control>: Control name
Name of the Scheduler control to be used. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
<Appointment index>: Optional integer
Index of the appointment to be deleted. The index of the first appointment is set to 1. If this parameter is not specified, the selected appointment will be deleted.
WINDEV

Deleting an appointment identified by an Appointment variable Hide the details

SchedulerDeleteAppointment(<Scheduler control> , <Appointment used>)
<Scheduler control>: Control name
Name of the Scheduler control to be used. This field may correspond to:
  • the Scheduler control of a window,
  • the Scheduler control of a page,
  • the Scheduler control of a report.
<Appointment used>: Appointment variable
Appointment variable corresponding to the appointment to delete.
Business / UI classification: UI Code
Component: wd300mdl.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help