ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a group of controls through programming
WINDEV, WEBDEV et WINDEV Mobile allow you to handle a group of controls through programming......
Error 102: The constants can be defined in the initialization code of project, ...
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......
Currency + Euro type
In a WINDEV application or in a WEBDEV site, the Euro must be managed in all the controls used to enter or display currency values......
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Image with automatic sequence (WEBDEV)
...Image controls with automatic sequence are used to view a series of images located in one or more site directories. The images are automatically browsed....
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Organization chart linked to a data file
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
27. Center or anchor a site horizontally
Bar Code control properties
Bar Code controls can be manipulated using different WLanguage properties......
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......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
.NET 3.0, 4.0 control properties, ... (WPF)
List of properties associated with the .NET 3.0, 4.0 control, ... (WPF)...
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Responsive Web Design: Management of anchors
In "Responsive Web Design" mode, the width of controls is automatically reduced when the browser width is reduced......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......