ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Specific features of the Express version
Warning 18: Loop without potential end
NFCWriteTag (Function)
Starts writing data to an NFC tag.
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers......
Day (Property)
The Day property is used to: Get the day from a Date or DateTime variable, or get the number of days from a Duration variable. Change the day of a Date or DateTime variable, or change the number of days of a Duration variable. Get the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format) Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)...
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Python: Native calls
WLanguage allows for native Python calls......
VibrationTrigger (Function)
Triggers the vibrations of the device.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
NetworkConnect (Function)
Associates a drive with a shared network directory.
Constants for managing arrays
List of constants used by the functions for array management....
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
CompositeKey (Property)
The CompositeKey property determines if an item is a composite key.
HTTP constants
List of constants used by the HTTP functions....
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
dFill (Example)
Usage example of the dFill function