Data.Bind.Components.TLinkPropertyToFieldDelegate.Component

提供:RAD Studio API Documentation

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


説明

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

関連項目