Data.Bind.Components.TCustomBindPosition.SetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetControlComponent(const Value: TComponent); override;

C++

virtual void __fastcall SetControlComponent(System::Classes::TComponent* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindPosition

Description

Protected setter implementation for the ControlComponent property.

Data.Bind.Components.TCustomBindPosition.SetControlComponent inherits from Data.Bind.Components.TCommonBindComponent.SetControlComponent. All content below this line refers to Data.Bind.Components.TCommonBindComponent.SetControlComponent.

Protected setter implementation for the ControlComponent property.

See Also