Vcl.ComCtrls.TCustomTreeView.OnChanging

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChanging: TTVChangingEvent read FOnChanging write FOnChanging;

C++

__property TTVChangingEvent OnChanging = {read=FOnChanging, write=FOnChanging};

Propriétés

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

Description

Se produit quand la sélection va passer d'un noeud à un autre.

Ecrivez un gestionnaire d'événements OnChanging pour empêcher sélectivement le déplacement de la sélection sur des noeuds spécifiques.

Le type TTVChangingEvent pointe sur une méthode appelée lorsque la sélection va passer d'un noeud à l'autre.

OnChanging est un gestionnaire d'événements du type Vcl.ComCtrls.TTVChangingEvent.

Voir aussi