Web.Stencils.TWebStencilsLoopVars.ValueNotify

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

Delphi

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

C++

virtual void __fastcall ValueNotify(TWebStencilsLoopVar* const Value, System::Generics::Collections::TCollectionNotification Action);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsLoopVars

説明

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

Web.Stencils.TWebStencilsLoopVars.ValueNotify は System.Generics.Collections.TObjectDictionary.ValueNotify を継承しています。以下の内容はすべて System.Generics.Collections.TObjectDictionary.ValueNotify を参照しています。

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

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

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



パラメータ 意味

Value

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

Action

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



関連項目