List Raised Button control - FocusItem Property

Reference to the raised button in the focus entry of the list

Member of List Raised Button control (PRIM_MD.ListRaisedButton)

Data Type - PRIM_MD.ListRaisedButtonCurrentItem - Provides access to the raised button for the current list item.

Details

The FocusItem property of a list RaisedButton allows access to the individual items within the list entries.
 
A list RaisedButton 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

Febuary 18 V14SP2