System.Bindings.Manager.TBindingManager.Owner

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

Delphi

property Owner: TBindingManager read FOwner;

C++

__property TBindingManager* Owner = {read=FOwner};

プロパティ

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

説明

このバインディング マネージャを所有しているマネージャ。

Owner プロパティは、このバインディング マネージャを所有しているマネージャを示します。

ヒント: アプリケーション共通のバインディング マネージャだけは所有できません。 アプリケーション共通のバインディング マネージャの Owner プロパティは nil となります。

関連項目