ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 3: The string has no final "
Hour (Keyword)
The Hour keyword can correspond to: the Time variable. the Time property which is used to get and change the time of an element....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
SpreadsheetEndModification (Function)
Indicates the end of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
Error 107: Redefinition of the parameter
geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Surround code fragments
You can surround code fragments with a condition, structure, etc....
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......