System.Generics.Collections.TObjectDictionary.ValueNotify

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

Delphi

procedure ValueNotify(const Value: V; Action: TCollectionNotification); override;

C++

virtual void __fastcall ValueNotify(const V Value, TCollectionNotification Action);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TObjectDictionary

説明

指定されたパラメータで OnValueNotify イベントをトリガします。

ValueNotify を呼び出すと、指定したパラメータで OnValueNotify イベントをトリガできます。

これらのパラメータの意味を以下の表に示します。



パラメータ 意味

Value

追加、削除、抽出の対象となる値。

Action

値に対して行われる操作(TCollectionNotification 型)。



関連項目