ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
StatCovariance (Function)
Calculates the covariance between two series of values.
SaaSAdminFindService (Function)
Finds the description of a SaaS service.
SaaSAdminListUser (Function)
Lists the users of the SaaS web service database.
Thumbnail (Property)
The Thumbnail property is used to find out and modify the image displayed in thumbnail in a Thumbnail control.
TimeUTC (Property)
The TimeUTC property gets and sets a Coordinated Universal Time (UTC).
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
fCompress (Function)
Compresses a file.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
JSONValid (Function)
Checks the validity of a JSON string.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Spreadsheet control properties
You can manipulate a Spreadsheet controls and their cells in a window or report using the following WLanguage properties......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.