Vcl.ComCtrls.TTreeNode.SelectedIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SelectedIndex: Integer read FSelectedIndex write SetSelectedIndex;

C++

__property int SelectedIndex = {read=FSelectedIndex, write=SetSelectedIndex, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Beschreibung

Wählt über einen Index in der Bitmap-Liste (TImageList) das Bitmap aus, mit dem das Knotenobjekt im markierten Zustand dargestellt wird.

Mit SelectedIndex wird die Darstellung des Knotens im markierten Zustand festgelegt.

Siehe auch