Data.Bind.ObjectScope.TObjectBindSourceAdapter
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
| Unit: Data.Bind.ObjectScope | |
| Parent: Data.Bind.ObjectScope | |
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*>
Description
Implements an adapter to provide an arbitrary object to a TAdapterBindSource object. This class is typically used to implement a TPrototypeBindSource.OnCreateAdapter or TAdapterBindSource.OnCreateAdapter event.