ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
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.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteFunction
Executes a WLanguage function identified by its name.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
HQueryExecuted (Function)
Determines if a query has been executed.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
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.
<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.
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...
HFSQL Control Center: Managing scheduled tasks
The Control Center allows you to set up an automatic optimization mechanism for the database...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
J2EE functions
List of J2EE functions...
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
Python: Native calls
WLanguage allows for native Python calls......
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform...
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
J2EEAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML web...
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EEError (Function)
Returns the error for the last J2EE procedure that failed.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
1
2
3
4
5
6
14
>