ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
Code editor: Display options
The code editor proposes several display options......
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
2. Projects in practice
Project (External language)
Opens and runs a WINDEV project.
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
ExecutePresetAction (Function)
Runs a preset WINDEV action.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
Error 1004: To explicitly access an element of the base class '%1', use the syntax
Native SQL Server Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Activation key management functions
The following functions are used to manage activation keys:...
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Relationships in a CDM
The relationships are used to link entities among themselves or to link associations to entities......
How to color a control with focus?
This help page explains how to highlight the control where the input is performed....
20. Control templates
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
Error 23: No END statement is associated with this WHILE
Error 22: No END statement is associated with this FOR
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
Replication (Property)
The Replication property is used to: determine the replication mode used for a data file (defined in the data model editor or programmatically). specify the replication mode used for a data file (file described programmatically only)....
Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector for MySQL......
Error 1005: To explicitly access a global element of '%1' class, use the syntax
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Programming overview in C and C++