ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
xlsCoordinatesToName (Function)
Retrieves the name of a cell, XLS worksheet or Spreadsheet control according to its coordinates.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
fDelete (Function)
Deletes a file accessible from the current computer.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
LooperSelectMinus (Function)
Deselects a row in a Looper control.
fMoveDir (Function)
Moves a directory and its content.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Logical Data Model (LDM)
A Logical Data Model (LDM) is used to describe the data structures (files, items, ......
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
HTTPSendForm (Function)
Sends an HTTP form.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
Record (Type of variable)
The Record type is used to save the values of a record.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...