ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Using a query with parameters
A query with parameters can be used......
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Help about new features: Letting users know about changes
Applications are constantly evolving......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
France.CheckINSEE (Function)
Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques).
Creating the executable and the setup program
The languages supported by the application are taken into account......
Telemetry: Overview
From version 21, WINDEV proposes advanced statistics regarding the use of your WINDEV applications via the telemetry......
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
XML management: Use example
This application example manages an XML file named "Orders......
HFSQL constants
List of constants used by the HFSQL functions....
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......