Property Sheet - Items Property
Collection of items in the component
Member of Property Sheet (PRIM_PROP)
Data Type - Collection ofPRIM_PRIT - Entry in a property sheet
Details
Collection of all items in the list.
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
For each(#Item) In(#List.Items)
Continue (*Not #Item.Selected)
* User processing here
Endfor