ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
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)....
XMLToText (Function)
Converts a character string in XML format into a standard character string.
Data persistence
The data persistence is used to store the value typed by the user......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
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.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
The Cell control
The Cell control contains controls......
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.
Scheduler control events
The following events associated with Scheduler controls:...
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......