ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
Events associated with Edit controls
WLanguage events associated with Edit controls...
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
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)....
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Print constants
List of constants used by the print functions....
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Designing a supercontrol
A supercontrol is an advanced type of control......
10. Customizing the aspect of a site: skin elements
The Multimedia control
The Multimedia control is used to play multimedia files......
CameraStatus (Function)
Returns the status of a Camera control. Function kept for "Version-26-compatible" Camera controls....
XMLAddAttribute (Function)
Adds an attribute into an XML document.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
OpenMobileWindow (Function)
Opens a window in a mobile application.
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....