ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Calendar functions
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
<Calendar>.SelectPlus (Function)
In french: <Calendrier>.SelectPlus
Selects a date in a Calendar control. If the Calendar control allows for multi-selection, adds the specified date to the current selection.
Example
// Adds the 3rd of October 2008 to the selection
CAL_Calendar1.SelectPlus("20081003")
Syntax
<Calendar control>.SelectPlus(<Date to select>)
<Calendar control>: Control name
Name of Calendar control used.
<Date to select>: Character string
Date in YYYYMMDD format that must be selected or added to the current selection (for a multi-selection calendar).
The function has no effect if this date is already selected.
If <Date to select> is not displayed on the calendar, the calendar automatically sets the position on this date.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help