
Reference to the focus item in the column
Member of List CheckBox Column (PRIM_LIST.CheckBox)
Data Type - PRIM_LIST.CheckBoxCurrentItem - Provides access to the check box for the current list item.
Details
The FocusItem property of a column allows access to the individual items within the column. A column will only have a FocusItem if the FocusItem in the list has been set.
Example
Testing for a focus item before accessing the ButtonState property of the item.
If (#Column.FocusItem *isnot *null) If (#Column.FocusItem.ButtonState = Checked) ... Endif Endif
See also
LANSA Version 15, April 2020