API:Data.Bind.ObjectScope.TCustomPrototypeBindSource

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCustomPrototypeBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomPrototypeBindSource : 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 a bind source that supports adapters to connect to different types of data.

Data.Bind.ObjectScope.TCustomPrototypeBindSource 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