ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
StringInsert (Function)
Inserts a string into another character string at a given position.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Logical operators
The logical operators are as follows......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
ArraySwapLine (Function)
Used to swap two rows in a two-dimensional array or in an advanced array property.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
The "Radar" charts
The Radar chart is used to highlight a series according to another one......
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.