ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
Creating the Relation pages of a WEBDEV RAD pattern
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:...
XMLToText (Function)
Converts a character string in XML format into a standard character string.
upnpService (Type of variable)
The upnpService type is used to define the advanced characteristics of a service provided by the UPnP device.
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.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Logical operators
The logical operators are as follows......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
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.
PDFToText (Function)
Extract the text contained in an Document PDF.
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.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.