ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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.
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<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
SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
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.
2. Analysis in practice
dPixelColor (Example)
Usage example of the dPixelColor function
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Constants for managing the modification of windows by the user
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management...
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP...
Help system properties
The properties of help system are used to define......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Displaying a page in a WEBDEV site
Displaying a new page in a WEBDEV site can be done according to several methods......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible"...
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
WorksheetName (Property)
The WorksheetName property is used to get or change the name of the current worksheet...
TimePicker (Function)
Opens the system time picker.
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example:...
Style of a control
As soon as it is created, a control is associated with a style......
Automation object
The Automation keyword is used to declare an automation object...
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo...
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can...
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage...
The Dashboard control
Dashboards are essential elements in an application......
Extracting the text of the project
The following text can be extracted......