Data.Bind.Components.TCommonBindComponent.SourceMemberName

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

Delphi

property SourceMemberName: string read GetSourceMemberName write SetSourceMemberName;

C++

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

プロパティ

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


説明

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

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

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

関連項目