Data.Bind.Components.TContainedBindComponent.ControlComponent

提供: RAD Studio API Documentation
2015年7月14日 (火) 04:38時点におけるL10nBot (トーク | 投稿記録)による版 (copy from xe8)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

property ControlComponent: TComponent read GetControlComponent write SetControlComponent;

C++

__property System::Classes::TComponent* ControlComponent = {read=GetControlComponent, write=SetControlComponent};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent


説明

LiveBinding を使用して、ソース コンポーネントにバインドされるコンポーネントを示します。

関連項目