ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating the Vision pages of the WEBDEV RAD pattern
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
SpreadsheetInputFunction (Function)
Inserts a function name at cursor position in the editable cell of a Spreadsheet control found in a window.
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
Word Processing control events
WINDEV manages the following events by default......
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Step 1: Configuring the print parameters
This step allows you to choose......
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
<Spreadsheet>.StyleSelection (Function)
Returns or modifies the style of selected cells in a Spreadsheet control found in a window.