ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Command variable>.Execute (Function)
Executes a command in console mode.
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
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.
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
AJAXExecute (Function)
Executes a server procedure without refreshing the page.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
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.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
<Connection variable>.ExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 Update 2.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
ExecuteReactiveProcedure (Function)
Forces the execution of a reactive procedure.
HExecuteAsynchronousProcedure (Function)
Executes a stored procedure in asynchronous mode.
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
How to loop through a file using filters?
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......
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......
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......
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......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
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...
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
7
>