Data.Bind.Components.TLinkPropertyToFieldDelegate.Component

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TLinkPropertyToFieldDelegate

Delphi

property Component: TComponent read GetControlComponent write SetControlComponent;

C++

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

Description

Specifies the component that this wrapping binding component references.

See Also