List Label Column - FocusItem Property

Reference to the focus label in the focus entry of the list

Member of List Label Column (PRIM_MD.ListLabel)

Data Type - PRIM_MD.ListLabelCurrentItem - Provides access to the label of the current list item

Details

The FocusItem property of a list label field allows access to the individual items within the list entries.
 
A list DateTime field 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 (#Label.FocusItem *isnot *null)
 
   If (#Label.FocusItem = #Heading)
      ...
   Endif
 
Endif

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2