RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListItem.Focused Property

Indicates whether the list item has input focus.

Pascal
property Focused: Boolean;
C++
__property Boolean Focused;

Set Focused to true to allow the user to edit the Caption.

Note: Only one item in the view should have focus at a time. When setting Focused to true, be sure to set the Focused property of all other items in the list view to false. When the list item is Focused, it appears surrounded by a standard focus rectangle.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!