ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
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.
<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.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
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.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV...
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external...
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without...
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Creating the Table windows of the WINDEV RAD pattern
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications)...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site...
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
WEBDEV administrator: Characteristics of current connections
The "Connections" tab gives various information about the current connections......
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......