ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<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.
Execute (Function)
Starts the execution of a process programmatically.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
HQueryExecuted (Function)
Determines if a query has been executed.
HExecuteQueryAsynchronous (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.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteFunction
Executes a WLanguage function identified by its name.
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.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
1
7