ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
The Organizer control
The Organizer control is used to display and handle organizers......
hbScanParameter (Type of variable)
The hbScanParameter type is used to define the parameters for iterating over the records in an HBase database.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
grDraw (Function)
Draws a chart according to the specified parameters.
HChangeConnection (Example)
Usage example of the HChangeConnection function
LDAPFind (Function)
Performs a search in an LDAP server.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
Add data files to a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
1. Examples provided with WINDEV Mobile
Exports a page contained in a Document variable in image format....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
XMLAddChild (Function)
Adds a child tag into an XML document.
StatVariance (Function)
Calculates the variance for a series of values.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.