You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Tree View Item - Items Property
Collection of items in the component
Member of Tree View Item (PRIM_TVIT)
Data Type - Collection ofPRIM_TVIT - Entry in a tree view

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)

  • No labels