ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
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.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
zipDeleteFile (Function)
Deletes a file from an archive.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
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....
Logical operators
The logical operators are as follows......
Image drawing and processing functions
List of image drawing and processing functions...
Using an external component in an application
A component can be reused at any time in any application......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
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.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
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....
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.