API:System.Bindings.Outputs.TBindingOutput.TLocationRec

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

Delphi

      TLocationRec = record
      public
        Location: ILocation;
        IsExpression: Boolean;
        Notifier: IInterface;
        CompiledBinding: ICompiledBinding;
        Scope: IScope;
        constructor Create(const ALocation: ILocation; const ANotifier: IInterface;
          const ACompiledBinding: ICompiledBinding; const AScope: IScope; const AIsExpression: Boolean);
      end;

C++

struct DECLSPEC_DRECORD TLocationRec
{
public:
    System::Bindings::Evalprotocol::_di_ILocation Location;
    bool IsExpression;
    System::_di_IInterface Notifier;
    System::Bindings::Evalprotocol::_di_ICompiledBinding CompiledBinding;
    System::Bindings::Evalprotocol::_di_IScope Scope;
    __fastcall TLocationRec(const System::Bindings::Evalprotocol::_di_ILocation ALocation, const System::_di_IInterface ANotifier, const System::Bindings::Evalprotocol::_di_ICompiledBinding ACompiledBinding, const System::Bindings::Evalprotocol::_di_IScope AScope, const bool AIsExpression);
    TLocationRec() {}
};

プロパティ

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

説明

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