ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WINDEV Mobile 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Creating and handling an item
The main operations that can be performed on an item are as follows......
Border (Type of variable)
The Border type is used to handle a border through programming...
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Record (Type of variable)
The Record type is used to save the values of a record.
HTMLToText (Function)
Converts an HTML string or buffer to text.
How to open a window?
List of reserved words
Setup in MSI format
You have the ability to create a setup program in MSI standard......
fCreate (Function)
Creates an external file.
Cross-references in the code editor
The cross-references in the code editor are used to identify......
The "Favorites" pane
The "Favorites" pane gives direct access to the favorites of your project......
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
Programming custom calculations in Table controls
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.