ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GDS: Managing branches
The management of branches is used to manage several versions of the same application in parallel......
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined programmatically.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
Software Factory: Setup
To use the Software Factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Application triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table....
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
How to manage a multi-selection in a Table control?
This help page explains how to manage a multi-selection in a Table control....