ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Characteristics of Table controls in a page
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.
<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.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Events associated with Combo Box controls
List of events associated with Combo Box controls
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
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.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
SelectionDirection (Property)
The SelectionDirection property is used to determine and change the selection direction (left...
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
CodeEditorComment (Function)
Comments the current selection in the Code Editor control. "//" characters are inserted...
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning...
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
TableSelectToFile (Function)
Positions on the table record corresponding to a row selected in the multi-selection data-bound...
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table...
iFont (Function)
Selects the default font.
Creating a delete query
A delete query (corresponding SQL statement......
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, ......
CalendarSelectPlus (Function)
Selects a date in a Calendar control.
SchedulerSelectPlus (Function)
Selects an appointment in a Scheduler control.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer 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.
1
4
5
6
7
8
137
>