Data.Bind.Components.TLinkPropertyToFieldDelegate.FieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldName: string read GetSourceMember write SetSourceMember;

C++

__property System::UnicodeString FieldName = {read=GetSourceMember, write=SetSourceMember};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TLinkPropertyToFieldDelegate

Description

Specifies the field name that this wrapping binding component references.

See Also