Data.Bind.Grid.TBaseLinkToDataSource.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.Grid.pas
Data.Bind.Grid.hpp
Data.Bind.Grid TBaseLinkToDataSource

Description

Protected setter method for the ControlComponent property.

Data.Bind.Grid.TBaseLinkToDataSource.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