Data.Bind.Components.TCustomLinkControlToProperty.SetControlComponent

From RAD Studio API Documentation
Revision as of 01:40, 7 June 2012 by BuildBot (talk | contribs) (Created page with '{{#lst:API:Data.Bind.Components.TCustomLinkControlToProperty.SetControlComponent|api}} ==Description== {{#lsth:API:Data.Bind.Components.TCustomLinkControlToProperty.SetControlCom...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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