ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control template
A control template is a set of controls that can be reused in several windows or pages...
Events associated with control templates
List of events associated with control templates
Custom properties (WLanguage)
A custom property is a code element with two events...
Automatic calculations in a Table control (AAF)
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Popup window
WINDEV allows you to open windows in popup format......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Gantt Chart control properties
You can manipulate Gantt Diagram columns in Table or TreeVew Table controls using the following WLanguage properties......
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......
Managing the required input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
Input (Function)
Displays a message allowing the user to type an information.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
MapLicenseBing (Function)
Indicates the "Bing map" license key that will be used in the Map controls used in Universal Windows 10 App mode.
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
Functions for managing Image Editor controls and WDPic variables
The following functions are used to manage Image Editor controls and WDPic variables:...
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Video control properties
The following properties can be used on a Video control:...
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
Saving entered data (AAF)