ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
HCheckStructure (Function)
Defines the mode for comparing data files.
HDeclare (Example)
Usage example of the HDeclare function
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
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......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
Operator on Address
The & operator returns the address of a variable as an integer
Array management functions
List of functions for managing arrays...
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
Compilation options (chm format)
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.