Data.Bind.Components.TBindCompAssignedValueEvent

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

Delphi

TBindCompAssignedValueEvent = procedure(Sender: TObject; AssignValueRec: TBindingAssignValueRec;
const Value: TValue) of object;

C++

typedef void __fastcall (__closure *TBindCompAssignedValueEvent)(System::TObject* Sender, const System::Bindings::Outputs::TBindingAssignValueRec &AssignValueRec, const System::Rtti::TValue &Value);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


説明

すべての OnAssignedValue イベントによって使用される手続き型。

パラメータ 説明
Sender イベント呼び出しを行ったオブジェクトを指定します。
AssignValueRec バインディング出力ペア(バインディング式、出力オブジェクト、プロパティ)が含まれているレコードを指定します。
Value 割り当て値を指定します。

関連項目