ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Custom properties (WLanguage)
A custom property is a code element with two events......
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Error 30: An exception process cannot be declared inside another exception process...
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Aligning elements in a List Box or Combo Box control (prefix syntax)
Several methods can be used to align the elements found in a List Box or Combo Box control......
ThumbnailImage (Property)
The ThumbnailImage property is used to: Get the image associated with an element of a ListView control. Change the thumbnail image associated with an element of a ListView control....
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
MatWrite (Function)
Writes an element into a matrix.
Handling a control through programming in a report
All report controls can be handled through programming......
Error 305: The element does not exist in the window
<List Box>.Position (Function)
Displays a List Box (or a ListView) control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
13. Types of standard controls
Dequeue (Function)
Removes an element from the queue.
Enqueue (Function)
Adds an element to the queue.
Pop (Function)
Pops an element from a stack.
<Queue variable>.Enqueue (Function)
Adds an element to the queue.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.