ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Error 203: The procedure already has a scope attribute (local or global)
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Link control properties
The Link control is available in a page and in a report......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
iPageNum (Function)
Returns or initializes the number of the page currently printed.
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
2. User-friendly editors in practice
User-friendly editors in practice...
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......