ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing objects (External language)
Data persistence
The data persistence is used to store the value typed by the user......
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......
19. Upload: Sending files to the server
The Check Box control
A Check Box can correspond to......
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Popup window
WINDEV allows you to open windows in popup format......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.SelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Saving entered data (AAF)
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
<Table>.Select (Function)
Returns the index of the selected element in the Table or TreeView Table control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Handling a Calendar control by programming
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
SelectionDirection (Property)
The SelectionDirection property is used to determine and change the selection direction (left to right or right to left) in a Word Processing control.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
ListSelectPlus (Function)
Selects one or more elements in a List Box, ListView or Combo Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
CalendarSelect (Function)
Returns the date selected in a Calendar control.
Selecting one or more controls
One or more controls can be selected in a window, in a page or in a report via the keyboard or the mouse......
1
3
4
5
6
7
203
>