API:Data.Bind.Components.TCommonBindComponent.ControlComponent

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: TCommonBindComponent

Delphi

property ControlComponent: TComponent read GetControlComponent write SetControlComponent;

C++

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

Description

Specifies the component that will be bound to the source component, by means of LiveBindings.

Data.Bind.Components.TCommonBindComponent.ControlComponent inherits from Data.Bind.Components.TContainedBindComponent.ControlComponent. All content below this line refers to Data.Bind.Components.TContainedBindComponent.ControlComponent.

Specifies the component that will be bound to the source component, by means of LiveBindings.

See Also