ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
Extracting messages added or modified since last extraction
A project was already created and translated......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want...
Managing the styles
The help editor allows you to define styles of paragraphs......
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts...
Glossary
The glossary lists all the abbreviations used in the code editor......
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes...
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server...
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified...
The guide
The guide is a powerful search engine included in WINDEV, WEBDEV and WINDEV Mobile, allowing...
fSelectDir (Function)
Opens a directory picker.
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Setup on a local network (LAN)
Creating the Table pages of the WEBDEV RAD pattern
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application...
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......