Data.Bind.Components.TCustomBindListLink.ControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlComponent: TComponent read GetControlComponent write SetControlComponent;

C++

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

Properties

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

Description

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

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

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

See Also