ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Execute (Function)
Starts the execution of a process programmatically.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Description of ParallelTask>.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.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HQueryExecuted (Function)
Determines if a query has been executed.
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.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
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.
<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.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
<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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.