ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
BitwiseOR (Function)
Returns the result of the bitwise OR operation performed between two values.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV website. Some additional operations must be performed......
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Bar code constants
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
HConnect (Example)
Usage example of the HConnect function