Data.Bind.ObjectScope.TCustomAdapterBindSource

From RAD Studio API Documentation

TCustomAdapterBindSourceData.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponent

Delphi

TCustomAdapterBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomAdapterBindSource : public TBaseObjectBindSource

Properties

Type Visibility Source Unit Parent
class public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

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