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.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
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.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
<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.
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Internal procedure
Several features require a procedure called once or several times via a WLanguage function...
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item...
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL...
dbgInfo (Function)
Returns a debug information.
iPrintReport (Function)
Prints a report created with the report editor.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV...
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
HTTPRequest (Function)
Starts an HTTP request on a server.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux...
Using an external component in an application
A component can be reused at any time in any application......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project....
1
3
4
5
6
7
>