Data.Bind.Components.TLinkControlToFieldDelegate.SetSourceMember

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSourceMember(const Value: string);

C++

void __fastcall SetSourceMember(const System::UnicodeString 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 FieldName property defined in subclasses.

Both TCustomLinkControlToField and TCustomLinkListControlToField use SetSourceMember as the setter implementation.

See Also