Versions Compared

Key

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

PRIM_MD.ListIcon - FocusItem Property

Panel
bgColor#2c3c4c

List icon focus item

Member of PRIM_MD.ListIcon (PRIM_MD.ListIcon)

Data Type - PRIM_MD.ListIconCurrentItem - List icon current item

Details

The FocusItem property of a list Icon allows access to the individual items within the list entries.

A list Icon will only have a FocusItem if the FocusItem in the list has been set.

Example

Testing for a focus item before accessing the value property of the item.

     If (#RaisedButton.FocusItem *isnot *null)

If (#RaisedButton.FocusItem.Value <> "")
...
Endif

Endif


See also

All Component Classes

Technical Reference