Data.Bind.ObjectScope.TListBindSourceAdapter
Delphi
TListBindSourceAdapter<T: class> = class(TBaseListBindSourceAdapter)
TListBindSourceAdapter = class(TListBindSourceAdapter<TObject>)
C++
template<typename T> class PASCALIMPLEMENTATION TListBindSourceAdapter__1 : public TBaseListBindSourceAdapter
class PASCALIMPLEMENTATION TListBindSourceAdapter : public TListBindSourceAdapter__1<System::TObject*>
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | Data.Bind.ObjectScope |
説明
ユーザー定義のジェネリック オブジェクト リストのアダプタを実装したものです。
このクラスは、通常、TPrototypeBindSource.OnCreateAdapter イベントまたは TAdapterBindSource.OnCreateAdapter イベントを実装するのに使用されます。