API:Data.Bind.ObjectScope.TObjectBindSourceAdapter

提供:RAD Studio API Documentation

TObjectBindSourceAdapterData.Bind.ObjectScope.TObjectBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponent

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 オブジェクトにデータを提供するためのアダプタ基底クラスを表します。


関連項目