System.Bindings.Outputs.TBindingOutput.Owner

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

Delphi

property Owner: TObject read FOwner;

C++

__property System::TObject* Owner = {read=FOwner};

プロパティ

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

説明

バインディング出力の所有者を示します。

Owner プロパティは、バインディング出力の所有者を示します。通常、所有者はバインディング式を指しています。

関連項目