List Badge control - FocusItem Property

Reference to the badge in the focus entry of the list

Member of List Badge control (PRIM_MD.ListBadge)

Data Type - PRIM_MD.ListBadgeCurrentItem - Provides access to the badge of the current list item

Details

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

A list Badge 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 (#Badge.FocusItem *isnot *null)
 
        If (#Badge.FocusItem.Check)
           ...
        Endif
 
     Endif


See also

All Component Classes

Technical Reference

  • No labels