ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
Execute (Function)
Starts the execution of a process programmatically.
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
HQueryExecuted (Function)
Determines if a query has been executed.
<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.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ExecuteFunction
Executes a WLanguage function identified by its name.
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...
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
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
>