API:Data.Bind.ObjectScope.TListBindSourceAdapter

提供:RAD Studio API Documentation

TListBindSourceAdapterData.Bind.ObjectScope.TListBindSourceAdapterData.Bind.ObjectScope.TBaseListBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterData.Bind.ObjectScope.TBindSourceAdapter

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

説明

TAdapterBindSource オブジェクトにデータを提供するためのアダプタ基底クラスを表します。 Data.Bind.ObjectScope.TListBindSourceAdapter は Data.Bind.ObjectScope.TBindSourceAdapter を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindSourceAdapter を参照しています。


TAdapterBindSource オブジェクトにデータを提供するためのアダプタ基底クラスを表します。


関連項目