Data.Bind.ObjectScope.TBindSourceAdapter.Scopes

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

Delphi

property Scopes: TEnumerable<TBaseObjectBindSource> read GetScopes;

C++

__property System::Generics::Collections::TEnumerable__1<TBaseObjectBindSource*>* Scopes = {read=GetScopes};

プロパティ

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


説明

アダプタのバインド ソースのリストを格納します。

Scopes を読み取ると、ソース アダプタのバインド ソースのリストを取得することができます。

関連項目