RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeNode.Focused Property

Indicates whether the node appears to have focus.

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

Tree view nodes are not windowed controls and so can't receive input focus. However, they can be edited by the user when the tree view control has focus. When Focused is true, the node is surrounded by a standard focus rectangle and the user can edit the label. Use Focused to determine if a particular node in a tree view can currently be edited by the user. 

 

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