ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
PVTCollapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
PVTExpand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
EmailAddress (Type of variable)
The EmailAddress type is used to handle an email address as well as its type (home, office, etc.).
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
<Pivot table>.Expand (Function)
Expands the data found in a Pivot Table control according to a row header or to a column header.
<Pivot table>.Collapse (Function)
Collapses the data found in a Pivot Table control according to a row header or to a column header.
MandatoryInput (Property)
The MandatoryInput property is used to determine if a control is required and to enable or disable the required data input.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
<Source>.Forward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.