List icon focus item |
Member of PRIM_MD.ListIcon (PRIM_MD.ListIcon)
Data Type - PRIM_MD.ListIconCurrentItem - List icon current item
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.
Testing for a focus item before accessing the value property of the item.
If (#RaisedButton.FocusItem *isnot *null)
If (#RaisedButton.FocusItem.Value <> "")
...
Endif
Endif