Data.Bind.Components.TLinkPropertyToFieldDelegate.Component

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Component: TComponent read GetControlComponent write SetControlComponent;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkPropertyToFieldDelegate

Description

Specifies the component that this wrapping binding component references.

See Also