Data.Bind.ObjectScope.TListBindSourceAdapter
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
Implementiert einen Adapter für eine benutzerdefinierte generische Liste von Objekten. Diese Klasse wird typischerweise zum Implementieren eines TPrototypeBindSource.OnCreateAdapter- oder TAdapterBindSource.OnCreateAdapter-Ereignisses verwendet.