ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Time management
For each element (windows, reports, ......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
Creating a translation file
WDINT allows you to create a translation file....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......
Printing nested reports
To create a main report containing several secondary reports:...
Global and local variable
Two types of variables are available......
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Programming an indexed control
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......