ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Import an Document Figma
Les fonctions Bitcoin permettant notamment de manipuler un serveur Bitcoin Core sont les suivantes ......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
Using WDDIXIO
To translate the text used in your project:...
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
Google constants
List of constants used by the Google functions....
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Kanban control events
The following events are associated with Kanban controls......
Managing bar codes
The use of bar codes to identify and manage products has become essential......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
HTMLToRGB (Function)
Converts the HTML color into RGB color.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......