ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeView>.SelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection 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.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<TreeView>.Add (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<TreeView>.Display (Function)
Refreshes a TreeView control from a given position.
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView>.Sort (Function)
Sorts the elements found in a TreeView control.
<TreeView>.DeleteAll (Function)
Deletes all elements from a TreeView control.
<TreeView>.DeleteChild (Function)
Deletes the children of an element from a TreeView control without deleting the element itself.
<TreeView>.Delete (Function)
Deletes an element and all its "children" from a TreeView control.
<TreeView>.SelectPlus (Function)
Selects an element in a TreeView control.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
<TreeView>.SelectMinus (Function)
Deselects an element in a TreeView control.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
<Image>.Last (Function)
Displays the last image for the scroll.
<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
<Dashboard>.LoadConfiguration (Function)
Restores the configuration of a Dashboard control.
<Dashboard>.InitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
<Dashboard>.MoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
<Dashboard>.InfoXY (Function)
Determines: whether a widget is found at a given position in a Dashboard control. which widget is found at a given position in a Dashboard control....
<Dashboard>.Mode (Function)
Opens or closes the Dashboard control edit mode.
<Dashboard>.GetWidgetPosition (Function)
Returns the position of a widget found in a Dashboard control.