ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
eChangeCurrency (Function)
Converts a currency into another currency.
HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Creating a window skin template
InputType (Property)
The TypeSaisie property lets you know or modify the type of input allowed by a field: Duration, Date, Numerical, ...
zipInfoFile (Example)
Usage example of the zipInfoFile function
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
Report based on a query
Queries are used to easily select records in one or more data files......