System.Generics.Collections.TList.Notify
Delphi
procedure Notify(const Item: T; Action: TCollectionNotification); virtual;
C++
virtual void __fastcall Notify(const T Item, TCollectionNotification Action);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TList |
Description
Déclenche l'événement OnNotify.
Appelez Notify pour déclencher l'événement OnNotify.