API:System.Generics.Collections.TObjectQueue.Notify
Delphi
procedure Notify(const Value: T; Action: TCollectionNotification); override;
C++
virtual void __fastcall Notify(const T Value, TCollectionNotification Action);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| procedure function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp | System.Generics.Collections | TObjectQueue | 
説明
OnNotify イベントをトリガします。
System.Generics.Collections.TObjectQueue.Notify は System.Generics.Collections.TQueue.Notify を継承しています。以下の内容はすべて System.Generics.Collections.TQueue.Notify を参照しています。
OnNotify イベントをトリガします。
Notify を呼び出すと、OnNotify イベントをトリガできます。