ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Progress Bar control properties
List of properties associated with the Progress Bar control...
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
How to choose the data source of a control?
This help page presents the different data sources available for a control....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
AAFExportSecurity (Function)
Secures the export of confidential data in the AAFs (Automatic Application Features) that are used to export, print or save data.
Events associated with a Navigation Bar control
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Describing a problem to the Free Technical Support
Events associated with Bar Code controls
List of events associated with Bar Code controls...
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
OriginWaypoint (Property)
The OriginWaypoint property is used to get and define the origin of points whose coordinates are specified in the WayPoint property.
How to avoid displaying the URL of WEBDEV pages in the browser?
By default, when the user connects to a site developed with WEBDEV, the address bar of the browser contains an address in the following format......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
TableMode (Function)
TableMode is kept for backward compatibility.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......