ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

15. Project Management Hub
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
17. Project Management Hub
...Project Management Hub...
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Error 1012: The class member is not global: it cannot be accessed from a global method
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Error 1017: The method is not global: use: to access it
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Opening a help file (CHM, HTML or PDF)
There are several ways to open a help file......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Extracting the text of the project
The following text can be extracted......
Error 1007: The member is global: use the: operator: to access it
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......