ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
FOR EACH/FOR ALL statement (browse of enumerations)
The FOR EACH statement is used to browse the available values in the enumerations.
Managing space characters in the searches?
SAPConnect (Function)
Connects a SAP R/3 system from the information given in the SAP structure....
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
4. HFSQL Classic
HFSQL Classic is the database format......
Options of the window editor
To configure the general options of the window editor......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according to the four main axes (0°, 45°, 90°, 135°)....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
Constants used by the XML signature
Constants used by the XML signature...
Browser management functions
List of functions for managing browsers...
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.