Data.Bind.Components.TCustomLinkControlToProperty.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 TCustomLinkControlToProperty

Description

Protected setter method for the ControlComponent property.

Data.Bind.Components.TCustomLinkControlToProperty.SetControlComponent inherits from Data.Bind.Components.TLinkControlDelegate.SetControlComponent. All content below this line refers to Data.Bind.Components.TLinkControlDelegate.SetControlComponent.

Protected setter method for the ControlComponent property.

See Also