API:Data.Bind.ObjectScope.TObjectBindSourceAdapter

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

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.TObjectBindSourceAdapter 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