ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
<TreeView>.Modify (Function)
Modifies an element (node or leaf) in a TreeView control.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Treeview>.ItemStatus
Returns the status of a node: collapsed, expanded or not found.
HClusterSynchronizationInfo (Function)
Returns the progress of synchronization for a node of an HFSQL cluster.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
<Source>.Mode (Function)
Changes the mode and the method for locking data files.
HSetMemo (Function)
Used to modify the management mode of memo items.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<Command variable>.AddArgument (Function)
Adds an argument to a command to be executed in console mode.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......