ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
HDescribeConnection (Function)
Describes a new connection to an external database.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Style sheet
A style sheet ("......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
HOnError (Function)
Customizes the management of HFSQL errors.
SQL functions: Special case
List of SQL functions: Special case...
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.