Vcl.ComCtrls.TCustomListView.OnChanging

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnChanging: TLVChangingEvent read FOnChanging write FOnChanging;

C++

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

Propriétés

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

Description

Se produit quand un élément de la liste va être modifié.

Ecrivez un gestionnaire d'événements OnChanging pour bloquer, de manière conditionnelle, la modification d'un élément de la liste.

OnChanging est un gestionnaire d'événements du type TLVChangingEvent.

Voir aussi