Data.Bind.Components.TLinkPropertyToFieldDelegate.Component

提供: RAD Studio API Documentation
2015年7月31日 (金) 16:41時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-19610)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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


説明

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

関連項目