Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tree - Items Property

Panel
bgColor#2c3c4c

Collection of all items

Member of Tree (PRIM_TREE)

Data Type - Collection ofPRIM_TREE.TreeItem - Reference to the Tree containing the item

Details

Collection of all items at the root level of the tree.

Items are in the order they appear on the screen.

Items parented to child items are accessible via the Items property of the item.

Accessing a list item does not set CurrentItem, so field values for the item are not returned to the parent component.

Example

Iterating over the selected items at the root level of a tree.

     For each(#Item) In(#Tree.Items) 
        Continue (*Not #Item.Selected) 
        * User processing here 
     Endfor


See also

All Component Classes

Technical Reference