Vcl.ComCtrls.TTreeNode.SelectedIndex
Delphi
property SelectedIndex: Integer read FSelectedIndex write SetSelectedIndex;
C++
__property int SelectedIndex = {read=FSelectedIndex, write=SetSelectedIndex, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TTreeNode |
Description
Specifies the index in the tree view's image list of the image displayed for the node when it is selected.
Use the SelectedIndex property to specify an image to display when the tree node is selected.