System.Generics.Collections.TList.OnNotify

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnNotify: TCollectionNotifyEvent<T> read FOnNotify write SetOnNotify;

C++

__property _dt_System_Generics_Collections_3 OnNotify = {read=FOnNotify, write=SetOnNotify};

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

Description

Survient quand la liste est modifiée.

L'événement OnNotify survient quand des éléments sont ajoutés ou retirés de la liste. Plusieurs événements peuvent se produire pour une seule opération. Cela permet la libération des objets retirés.

Voir aussi