Data.Bind.DBLinks.TBaseBindDBControlLink.SetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.DBLinks.pas
Data.Bind.DBLinks.hpp
Unit: Data.Bind.DBLinks
Parent: TBaseBindDBControlLink

Delphi

procedure SetControlComponent(const Value: TComponent);  override;

C++

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

Description

Protected setter method for the ControlComponent property.

Data.Bind.DBLinks.TBaseBindDBControlLink.SetControlComponent inherits from Data.Bind.Components.TContainedBindComponent.SetControlComponent. All content below this line refers to Data.Bind.Components.TContainedBindComponent.SetControlComponent.

Protected setter method for the ControlComponent property.

See Also