RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.SelectedItem Property

Specifies the index of the selected node.

Pascal
property SelectedItem: Longint;
C++
__property Longint SelectedItem;

Read SelectedItem to determine the Index of the selected node. If no node is selected, SelectedItem is 0. Set SelectedItem to set focus to a particular node in the outline. 

 

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