API:Data.Bind.Components.TCommonBindComponent.GetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetControlComponent: TComponent; override;

C++

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

Description

Protected getter method for the ControlComponent property.

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