ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Today (Function)
Returns or modifies the system date (current date defined on the current computer).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Export your data to Excel
Export your data to Word
12. Universal replication
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
13. Universal replication
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Connection
The Connection keyword can correspond to: the Connection variable. the Connection property used to get and change the connection currently associated with a data file. For more details, see Connection. the Connection property of a hbScanParameter variable....
Replication of mobile data (Android or iOS)
The assisted universal replication is available in Android and iOS......
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
spMatchesDescription (Property)
The spMatchesDescription property determines if the parameters (key derivation function, hash algorithm, iteration count and output length) of the item of type "Password" in the data file match the parameters described programmatically or in the analysis.
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
TypeDescription (Property)
The TypeDescription property is used to: Find out the type used by an Enumeration or Combination item. This item was defined in the data model editor or programmatically. Define the type used by an Enumeration or Combination item (when describing the item through programming)....
21. Managing business rules
Managing business rules...