ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
MapLicenseGgl (Function)
Indicates the "Google Maps API" license key that will be used in the Map controls (of WINDEV or WEBDEV).
pdfSignature (Type of variable)
The pdfSignature type is used to define the advanced characteristics of the signature that will be applied to a PDF file when signing an existing PDF (via PDFSign).
First project window
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
mongoDatabaseInfo (Type of variable)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
WDTestSite: Load test
The stress tests are used to check......
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......