ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLToText (Function)
Converts a character string in XML format into a standard character string.
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.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
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.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Scheduler control events
The following events associated with Scheduler controls:...
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
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.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
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.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.