ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Organizer control linked to a table or to a variable
It is possible to create Organizer control fields directly linked to data.....
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......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
LINUX: ODBC database access
The native access to HFSQL Classic and Client/Server is available for WINDEV applications running in Linux ("console" applications) and for the WEBDEV websites hosted in Linux......
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......
Error 1017: The method is not global: use: to access it
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
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......
Error 1007: The member is global: use the: operator: to access it
SCM administrator: Merging repositories
By merging repositories, you can combine projects from several repositories into a single repository......
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Extracting the text of the project
The following text can be extracted......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Fixed array (Variable type)
A fixed array is an "advanced" type of array...