ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
The different types of windows
The following types of windows can be created in a WINDEV application......
Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
Border (Type of variable)
The Border type is used to handle a border through programming...
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
List of reserved words
Size (Property)
The Size property is used to determine and change the size of an element.
General environment of WINDEV
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
16. Java applications in practice
Java applications in practice...
dSaveImage (Function)
dSaveImage is kept for backward compatibility.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
Value (Property)
The Value property is used to get and change the value of an element.
MDIOpen (Function)
Opens and enables an MDI child window.