Data.Bind.Components.TCustomBindScope.Component

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

Delphi

property Component: TComponent read FComponent write SetComponent;

C++

__property System::Classes::TComponent* Component = {read=FComponent, write=SetComponent};

プロパティ

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


説明

バインディング式によって参照されるコンポーネントを示します。

関連項目