ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDF Reader control events
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
Multimedia constants
List of constants used by the multimedia functions....
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
Events associated with the Pivot Table control
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
HCross (Function)
Crosses a record in a data file.
Events associated with a Switch control
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
1. WEBDEV environment
WEBDEV Tutorial: WEBDEV overview Lesson 1 - WEBDEV environment - 5 min
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.