「Data.Bind.Components.TLinkPropertyToFieldDelegate.Component」の版間の差分

提供: RAD Studio API Documentation
移動先: 案内検索
(LOC-19610)
(1版: LOC-19610)
 
(相違点なし)

2015年7月31日 (金) 16:41時点における最新版

Delphi

property Component: TComponent read GetControlComponent write SetControlComponent;

C++

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

プロパティ

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


説明

このラッピング バインディング コンポーネントが参照する、コンポーネントを示します。

関連項目