ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
<Table>.SearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Error 25: No THEN statement is associated with this IF
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Spacing out a selection of controls
To create modern interfaces, you need to increase spacing between the controls in your windows......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Properties linked to the Euro management
List of properties linked to the Euro management...
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Error 22: No END statement is associated with this FOR
Error 23: No END statement is associated with this WHILE
The Cell control
The Cell control contains controls......
The Clickable Image control
The Clickable Image control can be used to......
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Error 24: No END statement is associated with this LOOP
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
TreeView control linked to a data file
You have the ability to create TreeView controls directly linked to the data....