Data.Bind.Components.TCommonBindComponent.SourceMemberName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCommonBindComponent

Delphi

property SourceMemberName: string read GetSourceMemberName write SetSourceMemberName;

C++

__property System::UnicodeString SourceMemberName = {read=GetSourceMemberName, write=SetSourceMemberName};

Description

Specifies the scope member to use in binding expressions.

For example, when using TBindScopeDB, set SourceMemberName to the name of a field.

However, note that not all scopes support member names.

See Also