API:System.Bindings.Outputs.TBindingAssignValueRec

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

Delphi

  TBindingAssignValueRec = record
    Expression: TObject;
    OutObj: TObject;
    OutProp: string;
    constructor Create(Expr: TObject; Obj: TObject; Prop: string);
  end;

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。