Versions Compared

Key

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

List Badge control - FocusItem Property

Panel
bgColor#2c3c4c

Reference to the badge in the focus entry of the list

Member of 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 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