Data.Bind.ObjectScope.TListBindSourceAdapter

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

Data.Bind.ObjectScope.TListBindSourceAdapterData.Bind.ObjectScope.TBaseListBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterData.Bind.ObjectScope.TBindSourceAdapterTListBindSourceAdapter

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 イベントを実装するのに使用されます。

関連項目