Page History
...
The item properties are manipulated using the list's CurrentItem or FocusItem properties.
Also see
Understanding selection and loss of selection in list views
Understanding focus and loss of focus in list views
Run-time Properties of Tree Items
The Value of a List Item Is the Value of the Source Field
Updating the Selected Item in a List
Dynamically Assigning Icons in a List View
Creating a Desktop Menu Using Large Icons in List View
Saving and Restoring a List from a File
Special Lists: Multiline Edit Box
Error Handling in a Grid/List
The CurrentItem is the item in a list box, list view, combo box or grid which is currently being worked with in the application. The FocusItem is the item in a list, tree view or grid which has the focus on the desktop.
...
#ltvw_1.CurrentItem.Focus *eq True
See
...
Also
Understanding selection and loss of selection in list views
Understanding focus and loss of focus in list views
Run-time Properties of Tree Items
The Value of a List Item Is the Value of the Source Field
Updating the Selected Item in a List
Dynamically Assigning Icons in a List View
Creating a Desktop Menu Using Large Icons in List View
Saving and Restoring a List from a File
