Data.Bind.Components.TBindPosition.SourceMemberName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceMemberName;

C++

__property SourceMemberName = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindPosition

Description

Specifies the scope member to use in binding expressions.

Data.Bind.Components.TBindPosition.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