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.
<Diagram editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Organization Chart>.SelectPlus (Function)
Selects an element in an Organization Chart control.
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
<TreeMap>.SelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
<Spreadsheet>.SelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
<Table>.SelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
19. Upload: Sending files to the server
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table...
<Spreadsheet>.SelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
SpreadsheetSelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
WLanguage procedure associated with AlbumPicker
Procedure ("Callback") called by AlbumPicker when the user selects an image or a video.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following...
SCM administrator: Merge of repositories
The merging of repositories makes it possible to combine projects from several repositories...
Query technical documentation
The query editor automatically creates a technical documentation for each query......
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Section (Property)
The Section property is used to manage sections in Word Processing documents.
1
3
4
5
6
7
79
>