ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
FinFutureVal (Example)
Usage example of the FinFutureVal function
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Burner constants
List of constants used by the burner functions....
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
Composite report
The report editor gives you the ability to create "Composite" reports. In this case, the report includes several sub-reports....
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
SQLNext (Function)
Positions on the next row of the query result.
HAddGroup (Function)
Adds a group of users.
SQLLast (Function)
Sets the position on the last row of the query result.
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
LooperSelectPlus (Function)
Selects a row in a Looper control.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function