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...
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.
<zipArchive>.SelectFile (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.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
<Calendar>.SelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made...
psheetSelection (Type of variable)
The psheetSelection type is used to find out the advanced characteristics of a selection...
SelectedResource (Property)
... selection in a Scheduler control.
WLanguage procedure called by SelectColor
Browser WLanguage procedure ("callback") executed by SelectColor when the color selection popup...
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection...
SelectionLength (Property)
The SelectionLength property is used to get and change the length of the selection made in a Word...
BarVisible (Property)
The BarVisible property is used to manage the selection bar on a column in a Table or TreeView...
<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView...
SelectionColor (Function)
Changes the characteristics of the selection bar in a Table control, Combo Box control or List Box...
EditMode (Property)
The EditMode property gets and sets the editing mode of the Diagram Editor control: selection...
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView...
FilterCondition (Property)
The FilterCondition property allows you to know the selection condition set by HFilter on a data...
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode...
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
SelectionDirection (Property)
The SelectionDirection property is used to determine and change the selection direction (left...
<Table>.SelectCount (Function)
... multi-selection controls).
TableSelectCount (Function)
... multi-selection controls).
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Selecting the keywords associated with a page
The keyword selection window allows you to select the keywords to be associated with a help page......
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table...
1
2
3
4
5
6
79
>