ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Project compilation: Warnings, Errors, Information, Programming standard, etc.
When developing a project, the project is compiled on a regular basis.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics about this connection.
<Connection variable>.InfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
<Source>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file.
HInfoReplica (Function)
Returns information about the specified replica.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server.
<Connection variable>.InfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
HInfoLog (Function)
Returns information about the server logs.
zipInfoFile (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.
<Connection variable>.InfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
WiFiConnectionInfo (Function)
Returns the requested information about the current Wi-Fi connection of the device.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
HInfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
<Connection variable>.InfoGroup (Function)
Returns information about the specified group of users.
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
HInfoServerRights (Function)
Gets the rights granted to a user or group of users on a server.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
HInfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file.
BurnerCompilationInfo (Function)
Retrieves the characteristics of current compilation.
ListInfo (Function)
Gets the type and number of elements in a WLanguage list.
WEBDEV - Browser code Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
<Connection variable>.InfoFile (Function)
Returns the characteristics of an HFSQL Classic or Client/Server data file.
HInfoGroup (Function)
Returns information about the specified group of users.
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
<Connection variable>.InfoFileRights (Function)
Gets the rights granted to a user or group on an HFSQL Client/Server data file.
<Connection variable>.InfoViewRights (Function)
Gets the rights granted to a user or group on an SQL view or on a materialized view.
HInfoItemRights (Function)
Gets the rights granted to a user or group on an item.
StreamInfo (Function)
Returns the name and/or number of the stream issuer.
<Connection variable>.InfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner.
<Connection variable>.InfoItemRights (Function)
Gets the rights granted to a user or group on an item.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
MongoInfo (Function)
Returns information about a MongoDB database.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
<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.
ExceptionInfo (Function)
Retrieves information about the current exception.
HInfoDatabaseRights (Function)
Gets the rights granted to a user or group on a database.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
<Connection variable>.InfoFileProperty (Function)
Gets the properties of a data file located in an HFSQL server.
HInfoFileProperty (Function)
Allows you to find out the properties of a data file located in an HFSQL server.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
HInfoServer (Function)
Returns the specified information about the server.
iInfoPrinter (Function)
Retrieves the characteristics of the current or default printer.
<Connection variable>.InfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
<List variable>.Info (Function)
Gets the type and number of elements in a WLanguage list.
WEBDEV - Browser code Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
ServiceInfo (Function)
Returns information regarding the configuration of a service.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
HLogInfo (Function)
Adds comments to the log when saving the operation.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
<Queue variable>.Info (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
HInfoViewRights (Function)
Gets the rights granted to a user or group on an SQL view or on a materialized view.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive...
Using the query result
The result of a select query can be used in......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
Multitask (External language)
Allows the programs currently run to process the Windows messages or runs a temporization.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
HNbRec (Example)
Usage example of the HNbRec function
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate...
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple...
Various constants
List of various constants used by the constants WINDEV functions....
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
HLogRestart (Function)
Restarts the logging process on a file.
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned...
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected...
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database...
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
sEndEvent (Function)
Disables the detection of an event on a serial port.
Android In-App configuration
A specific configuration is required to manage the In-App purchases in an Android application......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
SQLExec (Example)
Usage example of the SQLExec function