You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

List Image Column - FocusItem Property
Reference to the focus item in the column
Member of List Image Column (PRIM_LIST.Image)
Data Type - PRIM_LIST.ImageCurrentItem - Provides access to the Image 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 Image property of the item.
If (#Column.FocusItem *isnot *null)
If (#Column.FocusItem.Image *isnot *null)
...
Endif
Endif

See also

All Component Classes
Technical Reference

  • No labels