ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a page
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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
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.
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......
Word Processing control events
WINDEV manages the following events by default......
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.