ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<zipArchive>.SelectFile (Function)
Selects files from an archive.
<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
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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
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...
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Edit options of a report
The report editor allows you to......
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, tables displayed in a Combo...
Creating an executable: WINDEV Framework
Each WINDEV function is associated with a WINDEV DLL......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP...
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template...
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table...
SOAP web services: create, generate and deploy
WINDEV and WEBDEV allow you to generate web services directly......
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly...
2. Analysis in practice
dPixelColor (Example)
Usage example of the dPixelColor function
WorksheetName (Property)
The WorksheetName property is used to get or change the name of the current worksheet...
TimePicker (Function)
Opens the system time picker.