ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
Handling controls in a report
The different operations available for the report controls are as follows......
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
WINDEV FTP functions
List of WINDEV FTP functions...
Classes, members, methods and properties
A class is made of......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
gglDrive (Type of Variable)
The type gglDrive allows handle Google Drive. To use a Variable of type gglDrive , it is necessary to connect to Google Drive via the function gglDrive Connect.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Report blocks
A printed report includes several sections......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Comparing the project messages
The comparison between source and target text helps you find translation errors......
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....