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