Data.Bind.Components.TLinkControlToFieldDelegate.GetSourceMember

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSourceMember: string;

C++

System::UnicodeString __fastcall GetSourceMember();

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 FieldName property defined in subclasses.

Both TCustomLinkControlToField and TCustomLinkListControlToField use GetSourceMember as the getter implementation.

See Also