Data.Bind.ObjectScope.TObjectBindSourceAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Data.Bind.ObjectScope.TObjectBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterData.Bind.ObjectScope.TBindSourceAdapterSystem.Classes.TComponentTObjectBindSourceAdapter

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*>

Propriétés

Type Visibilité  Source Unité  Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Implémente un adaptateur pour fournir un objet arbitraire à un objet TAdapterBindSource. Cette classe est typiquement utilisée pour implémenter un événement TPrototypeBindSource.OnCreateAdapter ou TAdapterBindSource.OnCreateAdapter.

Voir aussi