Data.Bind.Components.TBindPosition.SourceMemberName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property SourceMemberName: string read GetSourceMemberName write SetSourceMemberName default 0;

C++

__property SourceMemberName = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindPosition

説明

バインディング式で使用するスコープ メンバーを示します。

Data.Bind.Components.TBindPosition.SourceMemberName は Data.Bind.Components.TCommonBindComponent.SourceMemberName を継承しています。以下の内容はすべて Data.Bind.Components.TCommonBindComponent.SourceMemberName を参照しています。

バインディング式で使用するスコープ メンバーを示します。

たとえば、TBindScopeDB を使用する際、SourceMemberName をフィールドの名前に設定します。

しかしながら、すべてのスコープがメンバー名をサポートしているわけではありません。

関連項目