RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.ItemFocused Property

Indicates which item, if any, has focus.

Pascal
property ItemFocused: TListItem;
C++
__property TListItem ItemFocused;

Read ItemFocused to determine which item, if any, can be edited by the user. Set ItemFocused to set focus to an item in the list. When an item has focus, it appears surrounded by a standard focus rectangle. If no item has focus, ItemFocused returns nil (Delphi) or NULL (C++). Only one item can have focus at a time. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!