Collapse | Collapses, the child items of the specified tree view item. |
DeleteAllItems | Deletes all items in a tree view control. |
DeleteItem | Deletes an item in a tree view control. |
EditLabel | Begins in-place editing of an item's text. |
EnsureVisible | Ensures that a tree view item is visible in its tree view control. |
Expand | Expands the child items of the specified tree view item. |
GetCheck | Retrieves the check state of a tree control item. |
GetChildItem | Retrieves the child of a specified tree view item. |
GetItemData | Returns the variant application-specific value associated with an item. |
GetItemIcon | Returns item icon as TDMSIcon sysname. |
GetItemObject | Return TDMS object associated with item. In vbscript use TypeName(obj) function to determine type of the object. |
GetItemText | Returns the text of the item specified by hItem. |
GetNextSiblingItem | Retrieves the next sibling of the specified tree view item. |
GetObjectPath | Return array of TDMS objects from root to object in hItem node |
GetParentItem | Retrieves the parent of the specified tree view item. |
GetPrevSiblingItem | Retrieves the previous sibling of the specified tree view item. |
HitTest | Returns the item under position. |
InsertItem | Inserts a new item in a tree view control. Use 0 as default value for hInsertAfter. |
InsertObject | Insert TDMS object to tree. Variant obj can be object dispatch, string GUID, or system id. |
IsExpandInit | Return True if item has post initialization on ExpandInit action(on first expand). |
IsItemExpanded | Return true if item expanded |
IsItemHasChildren | Use this function to determine whether the tree item specified by hItem has child items. |
IsItemSelected | Returns the selection state of the item specified by hItem. |
SelectObjectPath | Select path by array of TDMS objects from root to object |
SetCheck | Sets the check state of a tree control item. |
SetExpandInit | Set item to need initialization on first expand on action ExpandInit. |
SetItemData | Sets the variant application-specific value associated with an item. |
SetItemIcon | Set icon to tree item. Icon can be TDMSIcon object, icon sysname, or icon id. |
SetItemText | Sets the text of the item specified by hItem. |
SortChildren | Sorts the children of a given parent item. |
UpdateItem | UpdateItem from linked TDMS object |