ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
AppleAdvertisingIdentifier (Function)
Returns the device's advertising identifier (iOS only)....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
FontCreate (Function)
Creates a font definition.
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Word Processing control events
WINDEV manages the following events by default......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Handling an internal component
An internal component is a set of elements from a project......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed...
Entity of a CDM
To group information according the MERISE method, entities must be created......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations...
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple...
Functions for managing TreeView controls (prefix syntax)
The following functions are used to manage TreeView controls (prefix syntax):
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
9. Types of standard controls
Types of standard controls...
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working...
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
SCM administrator: Managing branches
The SCM (Source Code Manager) administrator allows to you manage the branches of the different...
The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.