Data.Bind.Components.TCommonBindComponent.GetSourceComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSourceComponent: TComponent; virtual;

C++

virtual System::Classes::TComponent* __fastcall GetSourceComponent(void);

Properties

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

Description

Protected getter implementation for the SourceComponent property.

See Also