Data.Bind.ObjectScope.TBaseObjectBindSource.InternalAdapter

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

Delphi

property InternalAdapter: TBindSourceAdapter read GetInternalAdapter;

C++

__property TBindSourceAdapter* InternalAdapter = {read=GetInternalAdapter};

プロパティ

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


説明

バインド ソースの内部アダプタを示します。

InternalAdapter プロパティは、バインド ソースの内部アダプタを保持しています。InternalAdapter はメソッド GetInternalAdapter を使用し、バインド ソースの内部アダプタを返します。

関連項目