Data.Bind.Components.TCustomBindGridListLink.ControlComponent

提供: RAD Studio API Documentation
2012年6月11日 (月) 00:03時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成: {{#lst:API:Data.Bind.Components.TCustomBindGridListLink.ControlComponent|api}} ==説明== {{#lsth:API:Data.Bind.Components.TCustomBindGridListLink.ControlComponent|説明}})
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 TCustomBindGridListLink

説明

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

Data.Bind.Components.TCustomBindGridListLink.ControlComponent は Data.Bind.Components.TCommonBindComponent.ControlComponent を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.ControlComponent を参照しています。

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

関連項目