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.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure...
Examples for using the OLE DB provider for HFSQL
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client...
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Data model editor: types of links
Several types of links can be found between the files......
Operations performed on class diagrams
The following paragraphs explain......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user)...
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Managing users
The monitoring robot allows you to manage the users related to the different check error reports......
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
GPSInitParameter (Function)
Initializes the parameters of geolocation WLanguage functions and finds a location provider.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code,...
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights...
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...
Service variable
The Service variable is used to......
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions...
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project...