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.
<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.
Characteristics of Table controls in a window
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.
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.
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
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
EmulateCombo (Function)
the list of the Combo Box control. select an element in a Combo Box control....
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud...
10. Smart controls
Smart controls...
Creating a query
Two methods can be used to create a query......
CalendarSelect (Function)
Returns the date selected in a Calendar control.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements...
UseMode (Property)
... input. The mouse is used to select text in the document or to move within the document pages.
Repairing the project
In some cases, "Project......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Page with parameters
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
6. Multiple generation
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window...
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Modifying the query content
or more selection criteria, ......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data...
Associating a control with a tab pane
Methods to associate a control with a tab pane......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages,...
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
1
6
7
8
9
10
79
>