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...
<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.
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.
Items used in a select query
A query created in the query editor can contain several types of items......
Example for creating a select query
This help page explains how to create two select queries......
Select query description window
The description window of a select query includes several sections......
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
Joins between the data files of a select query
When several data files are used in a query, the query editor automatically searches for the links...
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Operations in a Select query : add and delete
The following paragraphs present......
Quickly select your data using filters
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one...
Select query description window: Items used
Select query description window: Actions applied
This help page presents the actions that can be performed from the description window of a query....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed...
Select query description window: Items that can be used
FontSelect (Function)
Opens the standard window for font selection and selects the specified font.
SelectColor (Function)
Opens the standard window for color selection and selects the specified color.
Selected (Property)
or column selection. Select, or determine if a WEBDEV menu option is selected....
WDMap: Printing records
WDMAP allows you to print the records found in a data file......
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one...
HTMLEditorGetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
CalendarSelectMinus (Function)
Deselects a date in a multi-selection Calendar control.
1
2
3
4
5
6
79
>