ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive:
  • The name of the file and its stored path.
  • The initial size of the file.
  • The compressed size of file.
  • The date and time of file creation.
  • The date and time of file modification.
  • The date and time of file access.
  • The file attributes.
  • The file encryption mode.
fDriveInfo (Function)
Returns information about a drive.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues...
DnDCacheDashElement (Function)
Adds a widget into a Dashboard control during Drag and Drop.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
WHelp (Function)
Displays a file or a help page in HLP or CHM format.
Constants for managing dialog boxes
List of constants used by the functions for managing dialog boxes...
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
fWriteLine (Example)
Usage example of the fWriteLine function
Diagram Editor (WEBDEV): Features
The Diagram Editor control includes many features accessible via......
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
AssistedInput (Type of variable)
The AssistedInput type allows you to define all the advanced characteristics of an autocomplete...
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Telemetry: Installing the server
To use the telemetry, you must install on a computer......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something...
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
16. Application test in practice