ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Deselects an appointment from an Organizer control.
Example
// Ajout d'un rendez-vous dans un champ Agenda
nRangRendezVous is int
nRangRendezVous = AGD_MonAgenda.AjouteRendezVous(...
				"Réunion équipe commerciale", ...
				DateSys() + "1400", DateSys() + "1600")
// Sélection du rendez-vous ajouté
AGD_MonAgenda.SelectPlus(nRangRendezVous)
...
// Clic sur le champ Bouton "Désélectionner"
AGD_MonAgenda.SelectMoins()
Syntax

Deselecting an appointment identified by its index Hide the details

<Organizer control>.SelectMinus([<Appointment index>])
<Organizer control>: Control name
Name of the Organizer control to be used. This field may correspond to:
    <Appointment index>: Optional integer
    Index of the appointment to deselect. Appointment indexes start at 1.
    If this parameter is not specified, the appointment that is currently selected is deselected.
    If this parameter is specified and does not match the index of the appointment currently selected in the Organizer control, the function has no effect.
    Component: wd300obj.dll
    Minimum version required
    • Version 23
    This page is also available for…
    Comments
    Click [Add] to post a comment

    Last update: 09/20/2024

    Send a report | Local help