System.Bindings.Expression.TBindingAssociation

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

Delphi

TBindingAssociation = record

C++

struct DECLSPEC_DRECORD TBindingAssociation
{
public:
    System::TObject* RealObject;
    System::UnicodeString ScriptObject;
    __fastcall TBindingAssociation(System::TObject* ARealObject, const System::UnicodeString AScriptObject);
    TBindingAssociation() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression System.Bindings.Expression

説明

Delphi オブジェクトおよび式オブジェクトの間の関連付けを保持しています。

TBindingAssociation は、Delphi オブジェクトおよび式オブジェクトの間の関連付けを保持しているレコードです。TBindingAssociation には、次のフィールドおよびメソッドがあります:

パラメータ 意味
RealObject 関連内の Delphi オブジェクト。
ScriptObject 関連内の式オブジェクト。
Create 指定された Delphi オブジェクトおよび式オブジェクトを使用して、関連付けを構築します。ARealObject は、関連付けの Delphi オブジェクトを示し、AScriptObject は、関連付けの式オブジェクトを示します。

関連項目