ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Java code
You have the ability to enter Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
XMLSavePosition (Function)
Stores the current position in the XML document.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
11. Window templates
WINDEV Mobile allows you to create window templates....
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
14. Report templates
...Report templates are used to easily standardize report layouts....
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
XMLAddChild (Function)
Adds a child tag into an XML document.
Scheduler report
The report editor allows you to create "Scheduler" reports....
Language (Property)
The Language property is used to get and change the language used.
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Private Store for mobile applications
There are two methods two deploy your applications......
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Constants for manging the replication
List of constants used by the functions for managing the replication....
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
5. User Groupware in practice
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Passing parameters
The parameters can be passed to a procedure......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).