ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
5. The following files are automatically created
Print constants
List of constants used by the print functions....
Glossary
The glossary lists all the abbreviations used in the code editor......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
Value (Property)
The Value property is used to get and change the value of an element.
WDSQL: Creating a SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
Installing a Webservice (old format)
Scheduler control events
The following events associated with Scheduler controls:...
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.