Versions Compared

Key

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

List String Column - FocusItem Property

Panel
bgColor#2c3c4c

Reference to the focus item in the column

Member of List String Column (PRIM_LIST.String)

Data Type - PRIM_LIST.StringCurrentItem - Provides access to the alphanumeric value 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 value property of the item.

     If (#Column.FocusItem *isnot *null) 

If (#Column.FocusItem.Value <> "")
...
Endif

Endif

See also

All Component Classes

Technical Reference