ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Multi-project search
Performing a search in the current project is a common operation......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
14. Report templates
Report templates...
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
22. Report templates
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Select query description window: Items used
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
XML management: Use example
This application example manages an XML file named "Orders......
grLabel (Function)
Indicates various parameters of additional legend in a chart.
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Creating a delete query
A delete query (corresponding SQL statement......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
The indexed controls
A control is an indexed control if it contains several controls with the same name......
5. User Groupware in practice
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Creating the menus for the windows of the WINDEV RAD pattern
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Configuring an application with User Groupware