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.
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.
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 function is only available in subscription-based versions, starting with WINDEV Suite 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.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
<Connection variable>.ExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database...
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored...
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
Functions for managing objects (External language)
7. Debugger
WINDEV Mobile Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WEBDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
18. Order of execution of the code of buttons/links
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window...
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
DownloadAdd (Function)
Adds a new download in the device's download manager....
After
They After keyword can correspond to:
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows...
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order...
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Events associated with Link controls
List of events associated with Link controls...
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
1
2
3
4
5
6
7
>