ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
iHLine (Function)
Prints a horizontal line at specified coordinates.
iVLine (Function)
Prints a vertical line at specified coordinates.
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Comparison operators
The comparison operators can be divided into several categories......
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
XMLChild (Function)
Positions on the first child element of current element.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.