API:Data.Bind.ObjectScope.TListBindSourceAdapter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Beschreibung



Repräsentiert die Adapterbasisklasse zur Bereitstellung von Daten für ein TAdapterBindSource-Objekt.

Data.Bind.ObjectScope.TListBindSourceAdapter erbt von Data.Bind.ObjectScope.TBindSourceAdapter. Der folgende Inhalt bezieht sich auf Data.Bind.ObjectScope.TBindSourceAdapter.

Repräsentiert die Adapterbasisklasse zur Bereitstellung von Daten für ein TAdapterBindSource-Objekt.

Siehe auch