ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selection (Property)
The Selection property is used to get 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.
<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.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
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.
zipSelectFile (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.
Characteristics of Table controls in a window
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.
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.
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.
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without...
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
Android Widget windows
An Android application can contain one or more Widget windows......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must...
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Creating the Form windows of a WINDEV RAD pattern
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed...
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed...
2. Projects in practice
2. Projects in practice
Discover the main operations that can be performed on a project....
The HTML Display control
The HTML Display control displays a web page in an application......
The pages
Pages are the main interface of a WEBDEV site......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV...
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server...
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control...
10. Internal window
The Internal Window control is used to include a window (and its code) in another window....
.NET Assemblies
.NET is Microsoft's software development platform......