Data.Bind.ObjectScope.TCustomAdapterBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentTCustomAdapterBindSource
[–] 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.

See Also