ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the data model editor
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
Environment of the project editor
The main elements of the project editor are as follows:
Environment of the report editor
Environment of the report editor...
<List variable>.Info (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Environment of the window editor
The main elements of window editor are as follows:
<Stack variable>.Info (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
Environment of code editor
Telemetry: Main features
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HOpenConnection (Function)
Opens a connection to a specific database.
2. Examples and components provided with WEBDEV
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
.NET application
To create a.NET application from a project......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......