Data.Bind.Components.TBindExpression.SourceMemberName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property SourceMemberName;

C++

__property SourceMemberName = {default=0};

Description

Specifies the scope member to use in binding expressions.

Data.Bind.Components.TBindExpression.SourceMemberName inherits from Data.Bind.Components.TCommonBindComponent.SourceMemberName. All content below this line refers to Data.Bind.Components.TCommonBindComponent.SourceMemberName.

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