ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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.
Execute (Function)
Starts the execution of a process programmatically.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.QueryExecuted (Function)
Determines if a query has been executed.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
HQueryExecuted (Function)
Determines if a query has been executed.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteFunction
Executes a WLanguage function identified by its name.
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.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Source>.ExecuteQuery (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.
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.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
Administrator: Setting and executing action plans
When the action plans are deployed, you have the ability to configure their activation mode....
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Background download
Starting with version 27, files can be downloaded in the background, using the system download...
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.),...
EndProgram (Function)
Ends the execution of the current program.
httpResponse (Variable type)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS...
Test of a query
The query editor allows you to run the test of query result......
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.)...
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure...
7. AJAX technology
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user...
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
1
6
7
8
9
10
14
>