ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iFrame control properties
The iFrame control can be handled in server code and in browser code by the WLanguage properties......
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Properties associated with a page
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
<Map>.ModifyMarker (Function)
Modifies a marker displayed in a Map control.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
Error 13: The label already exists
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
Error 1045: A class cannot be declared outside the declaration code of a class
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
8. Windows in practice
Discover the main actions that can be performed on the windows....
Error 3: The string has no final "
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Error 11: The label is unknown
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.ClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
<Map>.DisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
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.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.