Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Carousel - Items Property

Panel
bgColor#2c3c4c

Collection of all items

Member of Carousel (PRIM_CARO)

Data Type - Collection ofPRIM_CARO.CarouselItem - Item created when an entry is added to a Carousel

...

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.

...

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