ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Notifications of an HFSQL server
A server may encounter problems without any user (or developer) noticing anything. For example: a scheduled task may fail, an automatic backup may fail, a node may become inactive in a HFSQL cluster, ......
Handling incoming or outgoing faxes
To send and receive faxes directly from an WINDEV application or a WEBDEV site, several functions allow you to handle faxes via the fax server available in Windows XP and Windows 2000......
How to associate an image with a treeview element?
When fillilng a TreeView control, an image is associated with each element....
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Declaring and using a variable
A variable is defined by name and type......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Data persistence
The data persistence is used to store the value typed by the user......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......