ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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......
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Euro functions
List of Euro functions...
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
AAF: Sort/Search/Filter on the columns of Table controls
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
Docker image of the HFSQL server
From version 22, a Docker container with the HFSQL server is available in Docker Hub......
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).
WDModFic : Tool for automatic modification of data files
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
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....
<Array>.InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
<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....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......