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.
<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.
Execute (Function)
Starts the execution of a process programmatically.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
HQueryExecuted (Function)
Determines if a query has been executed.
<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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExecuteFunction
Executes a WLanguage function identified by its name.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
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 SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one...
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...
Python: Use in WLanguage
WLanguage supports Python functions in native mode......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
Python: Native calls
WLanguage allows for native Python calls......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
1
2
>