ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
zipSelectFile (Function)
Selects files from an archive.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Events associated with Combo Box controls
List of events associated with Combo Box controls
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
User login: User Groupware
WINDEV Tutorial: User Groupware User login: User Groupware - 20 mn
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window,...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection...
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Creating and handling an item
The main operations that can be performed on an item are as follows......
SCM: Creating a branch
Branches allows you to create a copy of the current project, so that you can make changes,...
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV...
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series...
iPrintPDF (Function)
Prints the content: of a PDF file. of a buffer containing a PDF. of a PDF Reader control....
2. Types of setup
Types of setup...
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks...
Managing main window menus
A main menu is necessarily associated with a window......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
The TreeView control
...The TreeView control is a tree structure used to simplify the display of information that can...