Data.Bind.ObjectScope.TListBindSourceAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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 une liste générique d'objets définie par l'utilisateur. Cette classe est typiquement utilisée pour implémenter un événement TPrototypeBindSource.OnCreateAdapter ou TAdapterBindSource.OnCreateAdapter.

Voir aussi