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
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account...
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date...
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Welcome to WINDEV, WEBDEV and WINDEV Mobile
The home page allows you to easily perform the operations for creating and opening projects......
WDADMINEXE : Controlling the application remotely
The remote control of a WINDEV application allows the manager of an application used in network...
Distributing an external component
Once the component has been created, tested and generated, it can be distributed...
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window...
The "Internal report" control
...The "Internal report" controls are used to print several reports (secondary reports) in a single...
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Chorus Pro: Automate the submission of invoices
In France, electronic invoicing has become mandatory for invoicing government services......
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
AutomaticLink (Property)
The AutomaticLink property is used to: determine if the automatic link detection mode...
The Organizer control
The Organizer control is used to display and handle organizers......
dbgSaveDebugDump (Function)
Saves a dump file of the application.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions...