List Column - CurrentItem Property

The last item in the column touched either in the UI or via a list related command

Member of List Column (PRIM_LIST.Column)

Data Type - PRIM_LIST.CurrentItem - Base class for all Prim_List CurrentItem classes

Details

The Currentitem property of a Column provides access to the last item in the column that was touched by the user or manipulated in code.
 
Because of the differing requirements of the different column types, there are different variations of column currentitem classes. Each provides access to features specific to the type of column.
 
Button Currentitem
Checkbox Currentitem
DateTime Currentitem
Number Currentitem
String Currentitem
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2