Data.Bind.Components.TLinkControlToFieldDelegate.GetDataSource

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: TLinkControlToFieldDelegate

Delphi

function GetDataSource: TBaseLinkingBindSource;

C++

TBaseLinkingBindSource* __fastcall GetDataSource();

Description

Protected getter implementation for the DataSource property.

See Also