ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
Manipulating Dashboard controls programmatically
To programmatically manipulate Dashboard controls, WINDEV, WEBDEV and WINDEV Mobile include dashboard-specific functions......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
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....
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......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
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......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
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.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Properties linked to the Euro management
List of properties linked to the Euro management...
<Image variable>.ModifySaturation (Function)
Modifies the saturation of an image in an Image variable.
HSL (Function)
Creates a color from its hue, saturation and lightness.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
Link control properties
The Link control is available in a page and in a report......
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......
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......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......