Tree Item - Items Property

Collection of all child items

Member of Tree Item (PRIM_TREE.TreeItem)

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

Details

Collection of all items parented to the item.

Items are in the order they appear on the screen.

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 in a list item

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


See also

All Component Classes

Technical Reference

  • No labels