ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
EventChange (Function)
Modifies the status of an event.
Errors while managing tables
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
Managing the HFSQL servers
The HFSQL Control Center allows you to fully manage HFSQL servers......
SQLExec (Example)
Usage example of the SQLExec function
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
2. Projects in practice
Discover the main operations that can be performed on a project....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Aliases on data files: HAlias
The aliases are used to handle......