ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
5. HFSQL Cient/Server
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
OrgSelect (Function)
Returns the index of the selected element in an Organization Chart control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Organization Chart>.Select (Function)
Returns the index of the selected element in an Organization Chart control.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
5. HFSQL Client/Server
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
WebSocketListConnectedUser (Function)
Lists the clients connected to the WebSocket server.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
1
3
4
5
6
7
199
>