System.Generics.Collections.TList.OnNotify

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
event public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList

説明

リストが変更されたときに発生します。

OnNotify イベントは、項目がリストに追加または削除されたときに発生します。単一の操作で複数のイベントが発生する場合があります。これによって、削除されたオブジェクトを開放できます。

関連項目