Data.Bind.Components.TLinkPropertyToFieldDelegate.SetDataSource

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetDataSource(const Value: TBaseLinkingBindSource);

C++

void __fastcall SetDataSource(TBaseLinkingBindSource* const Value);

Description

Protected setter implementation for the DataSource property.

See Also