API:REST.BindSource.TRESTComponentBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentTRESTComponentBindSource

Delphi

TRESTComponentBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TRESTComponentBindSource : public Data::Bind::Objectscope::TBaseObjectBindSource

Properties

Type Visibility Source Unit Parent
class public
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource REST.BindSource

Description

Is a bind source that supports adapters to connect to different types of data.

REST.BindSource.TRESTComponentBindSource inherits from Data.Bind.ObjectScope.TBaseObjectBindSource. All content below this line refers to Data.Bind.ObjectScope.TBaseObjectBindSource.

Is a bind source that supports adapters to connect to different types of data.

The TBaseObjectBindSource class implements a bind source that supports adapters to connect to different types of data. The adapter can be provided by setting a property (InternalAdapter) or by implementing the OnCreateAdapter event.

See Also