Data.Bind.Grid.TBaseLinkToDataSource.GetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.Grid.pas
Data.Bind.Grid.hpp
Unit: Data.Bind.Grid
Parent: TBaseLinkToDataSource

Delphi

function GetControlComponent: TComponent; override;

C++

virtual System::Classes::TComponent* __fastcall GetControlComponent();

Description

Protected getter method for the ControlComponent property.

Data.Bind.Grid.TBaseLinkToDataSource.GetControlComponent inherits from Data.Bind.Components.TContainedBindComponent.GetControlComponent. All content below this line refers to Data.Bind.Components.TContainedBindComponent.GetControlComponent.

Protected getter method for the ControlComponent property.

See Also