Book - Items Property

Collection of all items

Member of Book (PRIM_BOOK)

Data Type - Collection of PRIM_BOOK.BookItem - Item created when an entry is added to a book control

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

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2