ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Cell control
The Cell control contains controls......
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
3. Deploying a dynamic WEBDEV site
grSourceCategoryLabel (Function)
Defines the source of the category labels.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
dBlur (Function)
Blurs the entire given area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Scheduler report
The report editor allows you to create "Scheduler" reports....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Binding a Progress Bar control to an item
A Progress Bar control can be bound to an item in a data file, query, etc....
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
WDReplic: Presentation
WDReplic is used to manage data replication between several computers......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......