Data.Bind.Components.TLinkControlToFieldDelegate.SetDataSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDataSource(const Value: TBaseLinkingBindSource);

C++

void __fastcall SetDataSource(TBaseLinkingBindSource* const Value);

Properties

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

Description

Protected setter implementation for the DataSource property.

See Also