ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Installing a SOAP server with Apache
grColor (Function)
Returns and initializes the color of different chart elements.
Binding a Check Box control to an item
Other operators
The following are additional operators......