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.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or...
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported...
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed...
The Item control
The "Item" control is used to edit the content of an item found in a data file......
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename...
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included...
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
Events associated with Carousel controls
List of events associated with Carousel controls...
Anchored move on the main axes
To facilitate the positioning of controls, you have the ability to force their move according...
Events associated with the TreeMap control
List of events associated with the TreeMap controls...
TelemetryEnable (Function)
Enables the telemetry manually.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV...
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name,...
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
iPageEnd (Function)
Forces the move to the next page during the report print.