ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
Execute (Function)
Starts the execution of a process programmatically.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HQueryExecuted (Function)
Determines if a query has been executed.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Connection variable>.ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This function is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 2.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExecuteFunction
Executes a WLanguage function identified by its name.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Managing parallel tasks
The computers are becoming more and more powerful......
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server...
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed...
16. Application test in practice
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
12. Pages in practice
5. Site test in practice
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
5. User Groupware in practice
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Creating and generating an external component
A component must be created from a project containing all the elements required...
1. Examples provided with WINDEV Mobile
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
5. User Groupware in practice
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50...
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Brochure of new features: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
HFSQL constants
List of constants used by the HFSQL functions....
1
4
5
6
7
8
>