API:Data.Bind.ObjectScope.TObjectBindSourceAdapter
Delphi
TObjectBindSourceAdapter<T: class> = class(TBaseObjectBindSourceAdapter)
TObjectBindSourceAdapter = class(TObjectBindSourceAdapter<TObject>)
C++
template<typename T> class PASCALIMPLEMENTATION TObjectBindSourceAdapter__1 : public TBaseObjectBindSourceAdapter
class PASCALIMPLEMENTATION TObjectBindSourceAdapter : public TObjectBindSourceAdapter__1<System::TObject*>
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | Data.Bind.ObjectScope |
説明
TAdapterBindSource オブジェクトにデータを提供するためのアダプタ基底クラスを表します。
Data.Bind.ObjectScope.TObjectBindSourceAdapter は Data.Bind.ObjectScope.TBindSourceAdapter を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapter を参照しています。
TAdapterBindSource オブジェクトにデータを提供するためのアダプタ基底クラスを表します。