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.
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server:...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance...
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations...
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed...
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
9. Sharing a project in practice
Sharing a project in practice...
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Constants for managing videos
List of constants used by the functions for video management....
Drawing constants
List of constants used by the drawing functions....
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points...
List of extension attributes
The list of extension attributes ......
WDMSG license agreement
WDMSG license agreement...
Principle for running threads
At runtime, an application runs in a main thread......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
The Date edit control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records...
grParameter (Function)
Retrieves or modifies a chart parameter.
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min