API:Data.Bind.ObjectScope.TCustomDataGeneratorAdapter
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: Data.Bind.ObjectScope | |
Delphi
TCustomDataGeneratorAdapter = class(TListBindSourceAdapter<TGeneratorRecord>)
C++
class PASCALIMPLEMENTATION TCustomDataGeneratorAdapter : public TListBindSourceAdapter__1<TGeneratorRecord*>
Description
Implements an adapter for a user-defined generic list of objects.
Data.Bind.ObjectScope.TCustomDataGeneratorAdapter inherits from Data.Bind.ObjectScope.TListBindSourceAdapter. All content below this line refers to Data.Bind.ObjectScope.TListBindSourceAdapter.
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.