ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
HExecuteView (Example)
Usage example of the HExecuteView function
TableAddChild (Example)
Usage example of the TableAddChild function
PDFMergeWithPassword (Function)
Merges several password-protected PDF files into a single PDF file.
Print modes of a report
Several print modes are available for a report....
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
dCopyScreenImage (Function)
Copies the screen contents to an Image variable or to an Image control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
MongoDeleteDatabase (Function)
Deletes a MongoDB database as well as its collections.
SaaSClientConnexion (Function)
Returns the characteristics of the connection to the client database.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
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....
CertificateSignString (Function)
Creates the signature of a character string.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
ControlCurrent (Function)
Returns the name of the control currently in edit.
MongoFind (Function)
Finds documents in a MongoDB collection.
MongoInfo (Function)
Returns information about a MongoDB database.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....