System.Generics.Collections.TQueue.OnNotify

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

Delphi

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

C++

__property _dt_System_Generics_Collections_5 OnNotify = {read=FOnNotify, write=FOnNotify};

プロパティ

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

説明

キューが変化すると発生します。

OnNotify イベントは、キューにアイテムの追加または削除があると発生します。これによって、削除されたオブジェクトを解放できます。

関連項目