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

Compare with Current View Page History

Version 1 Current »

List - Items Property
Collection of items in the list
Member of List (PRIM_LIST)
Data Type - Collection ofPRIM_LIST.ListItem - List 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)

  • No labels