Data.Bind.Components.TContainedBindComponent.SetControlComponent
Delphi
procedure SetControlComponent(const Value: TComponent);  virtual; abstract;
C++
virtual void __fastcall SetControlComponent(System::Classes::TComponent* const Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.Bind.Components.pas Data.Bind.Components.hpp | Data.Bind.Components | TContainedBindComponent | 
Description
Protected setter method for the ControlComponent property.