ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
iParameterDuplicate (Function)
Configures the automatic creation of the duplicate copy generated during the next print.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
WLanguage procedure called by zipAddFileList
WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
NetClientSendMessage (Function)
Sends a message from the server to all the connected client computers. This function is kept for backward compatibility....
HState (Example)
Usage example of the HState function
XMLOpenReader (Function)
Creates a reader used to read an XML document without loading it in memory.
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
WDInst: Configuring the uninstaller
The application uninstaller is the application that allows the end user to uninstall the application....
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
iLink (Function)
Adds a link to a URL address into the HTML page currently printed.
fShortName (Example)
Usage example of the fShortName function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
JSONToVariant (Example)
Usage example of the JSONToVariant function
Index (Property)
The Index property is used to get the index of an element.
HOnError (Example)
Usage example of the HOnError function
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HMergeView (Example)
Usage example of the HMergeView function