Data.Bind.ObjectScope.TObjectBindSourceAdapter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

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


Beschreibung

Implementiert einen Adapter, um für ein TAdapterBindSource-Objekt ein beliebiges Objekt bereitzustellen. Diese Klasse wird typischerweise zum Implementieren eines TPrototypeBindSource.OnCreateAdapter- oder TAdapterBindSource.OnCreateAdapter-Ereignisses verwendet.

Siehe auch