Data.Bind.ObjectScope.TCustomAdapterBindSource

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
Delphi
TCustomAdapterBindSource = class(TBaseObjectBindSource)
C++
class PASCALIMPLEMENTATION TCustomAdapterBindSource : public TBaseObjectBindSource
Description
Is the base class for the bind source that supports adapters to connect to different data types. If you need to create your own custom adapter binding source, then you need to derive from TCustomAdapterBindSource.