Data.Bind.Components.TLinkControlToFieldDelegate.GetDataSource

From RAD Studio API Documentation
Revision as of 07:46, 28 June 2012 by Alex.groza (talk | contribs) (RS-29431)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function GetDataSource: TBaseLinkingBindSource;

C++

TBaseLinkingBindSource* __fastcall GetDataSource();

Properties

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

Description

Protected getter implementation for the DataSource property.

See Also