ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query technical documentation
The query editor automatically creates a technical documentation for each query......
Specific features of the applications for iPhone/iPad
saasSubscription (Type of variable)
The saasSubscription type is used to define the advanced characteristics regarding the subscription of a SaaS client account to a pricing.
Installing the robot controller
The monitoring robot includes three executables......
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Dictionary
The dictionary is a file that can contain the project elements......
Image control in a page
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
The test mode cannot operate without the project and its pages, ...
Frequently asked questions about Automatic Update
Frequently asked questions about the update search mechanism....
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
<Connection variable>.InfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
NetClientMessageBox (Function)
Displays a dialog box on each client computer connected to the server. This function is kept for backward compatibility....
HInfoFileRights (Function)
Allows you to find out the rights granted to a user or to a group on an HFSQL Client/Server data file....
Functions for managing pages (prefix syntax)
List of functions for managing pages (prefix syntax)...
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
ERR_NO_APPLICATION
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Managing assertions
...The main available features are as follows:...
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......