ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<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.
HQueryExecuted (Function)
Determines if a query has been executed.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteFunction
Executes a WLanguage function identified by its name.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
1
7