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.
Execute (Function)
Starts the execution of a process programmatically.
<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.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
HQueryExecuted (Function)
Determines if a query has been executed.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<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.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
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.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<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.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
ExecuteFunction
Executes a WLanguage function identified by its name.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExeRemoteRun (Function)
Starts running a remote program from the current application.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
How to loop through a file using filters?
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Background download
Starting with version 27, files can be downloaded in the background, using the system download...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web...
Test of a query
The query editor allows you to run the test of query result......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure...
7. AJAX technology
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window...
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control....
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......
HFSQL Client/Server: Configuring the server
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements...
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download...
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
Automation object
The Automation keyword is used to declare an automation object...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
1
2
3
4
5
6
8
>