Data.Bind.ObjectScope.TListBindSourceAdapter

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
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*>
Description
Implements an adapter for a user-defined generic list of objects. This class is typically used to implement a TPrototypeBindSource.OnCreateAdapter or TAdapterBindSource.OnCreateAdapter event.