ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
Creating a delete query
A delete query (corresponding SQL statement......
iFont (Function)
Selects the default font.
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
<Organizer>.SelectPlus (Function)
Selects an appointment in an Organizer control.
<Calendar>.SelectPlus (Function)
Selects a date in a Calendar control.
<Looper>.SelectPlus (Function)
Selects a row in a Looper control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
LooperSelectPlus (Function)
Selects a row in a Looper control.
BurnerSelect (Function)
Used to select the default burner.
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types...
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
mongoOperationUpdateAll (Type of variable)
... update operation that will be added to a bulk operations list. All the documents that match the selection...
mongoOperationDeleteAll (Type of variable)
... delete operation that will be added to a bulk operations list. All the documents that match the selection...
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
OrgSelectPlus (Function)
Selects an element in an Organization Chart control.
DocSelect (Function)
Selects a fragment in a Word Processing control.
mongoOperationUpdateOne (Type of variable)
... the selection filter will be updated.
1
2
3
4
5
6
79
>