System.Bindings.Outputs.TBindingAssignValueRec

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

Delphi

TBindingAssignValueRec = record

C++

struct DECLSPEC_DRECORD TBindingAssignValueRec
{
public:
    System::TObject* Expression;
    System::TObject* OutObj;
    System::UnicodeString OutProp;
    __fastcall TBindingAssignValueRec(System::TObject* Expr, System::TObject* Obj, System::UnicodeString Prop);
    TBindingAssignValueRec() {}
};

プロパティ

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

説明

バインディング出力ペアを含むレコードです。


TBindingAssignValueRec レコードには、オブジェクトとプロパティから構成されるバインディング出力ペアが含まれます。TBindingAssignValueRec には次のフィールドがあります。

フィールド 意味
OutObj 出力オブジェクト
OutProp 出力プロパティ名

関連項目