Data.Bind.Components.TContainedBindComponent.GetControlComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetControlComponent: TComponent; virtual; abstract;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

Description

Protected getter method for the ControlComponent property.

See Also