ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
UpperValue (Property)
The UpperValue property is used to: Get the upper bound of the currently selected interval in a Range Slider control. Change the upper bound of the currently selected interval in a Range Slider control....
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Typing multilingual texts
For a multilingual application, you have the ability to......
UploadStart (Function)
Starts sending the selected files into an Upload control.
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
Rating control properties
The Rating control can be used in a window as well as in a page....
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Composite variable
A composite variable contains different types of elements (members)...
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
<Looper>.DeleteSelect (Function)
Deletes the selected rows from a Looper control.
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
13. Generation modes
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
grDraw (Function)
Draws a chart according to the specified parameters.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
The Text control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
grLabel (Function)
Indicates various parameters of additional legend in a chart.
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
Window controls
Several types of controls can be used in a window, ......