Data.Bind.Components.TBindExprItems.SourceMemberName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: published | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TBindExprItems | |
Delphi
property SourceMemberName;
C++
__property SourceMemberName = {default=0};
Description
Specifies the scope member to use in binding expressions.
Data.Bind.Components.TBindExprItems.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.