ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<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.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
<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.
HQueryExecuted (Function)
Determines if a query has been executed.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteFunction
Executes a WLanguage function identified by its name.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<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.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
Oracle Native Connector: Execute the same query more than once
In some cases, it may be useful to run the same query multiple times while modifying one...
SQL Server Native Connector: Execute the same stored procedure more than once
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Client application: Execute procedures on a J2EE service server
WINDEV includes several J2EE functions......
<Connection variable>.RSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead...
HRSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead...
SocketProxy (Function)
Specifies whether TCP sockets and WebSockets must go through a SOCKS5 proxy to execute requests.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
Drop-down button
The drop-down button expands: a context menu. a popup window....
Proxy (Function)
... to execute their requests. A proxy is used to share the access to Internet between the different network...
1
2
>