ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
<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.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
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.
zipSelectFile (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.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<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.
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.
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
Outstanding progress bars
Simple or symmetric progress bar?...
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily...
Project Management Hub: Using Tags
Tags are used to associate keywords with incidents in the Project Management Hub......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
End of Document block
The End of document block is run once at the end of the report execution......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
12. Pages in practice
5. Site test in practice
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used...
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used...
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.