Vcl.ComCtrls.TCustomTreeView.OnGetSelectedIndex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnGetSelectedIndex: TTVExpandedEvent read FOnGetSelectedIndex write FOnGetSelectedIndex;

C++

__property TTVExpandedEvent OnGetSelectedIndex = {read=FOnGetSelectedIndex, write=FOnGetSelectedIndex};

Propriétés

Type Visibilité  Source Unité  Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Se produit quand la vue arborescente recherche le SelectedIndex d'un noeud.

Ecrivez un gestionnaire d'événements OnGetSelectedIndex pour modifier l'index de l'image d'un noeud sélectionné avant qu'elle ne soit dessinée.

OnGetSelectedIndex est un gestionnaire d'événements du type Vcl.ComCtrls.TTVExpandedEvent.

Voir aussi

Exemples de code