Data.Bind.Components.TLinkControlToFieldDelegate.SetSourceMember
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TLinkControlToFieldDelegate | |
Delphi
procedure SetSourceMember(const Value: string);
C++
void __fastcall SetSourceMember(const System::UnicodeString Value);
Description
Protected setter implementation for the FieldName property defined in subclasses.
Both TCustomLinkControlToField and TCustomLinkListControlToField use SetSourceMember as the setter implementation.