API: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
Represents the adapter base class for providing data to a TAdapterBindSource object.
Data.Bind.ObjectScope.TListBindSourceAdapter inherits from Data.Bind.ObjectScope.TBaseListBindSourceAdapter. All content below this line refers to Data.Bind.ObjectScope.TBaseListBindSourceAdapter.
Represents the adapter base class for providing data to a TAdapterBindSource object.
TBaseListBindSourceAdapte inherits from Data.Bind.ObjectScope.TBindSourceAdapter. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.
Represents the adapter base class for providing data to a TAdapterBindSource object.