ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
AnimationDuration (Property)
The Property AnimationDuration allows you to define the duration of the animation of the effect applied to the target control during a guided tour.
The Tab control
The Tab control is used to simultaneously display different controls......
Alignment rulers (Editor)
When creating or modifying a window in the window editor, you have the ability to display the alignment rulers......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Animating a Static control
Two methods can be used to animate a Static control......
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
ActionCible (Property)
The Property TargetAction allows you to define the action performed when clicking on the target control (s) of the step of a guided tour.
21. Reports
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Count (Property)
The Count property returns the number of elements in a given set.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......