Data.Bind.ObjectScope.TBaseObjectBindSource

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBaseObjectBindSource
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: Data.Bind.ObjectScope

Delphi

TBaseObjectBindSource = class(TBaseLinkingBindSource, IScopeEditLink, IScopeRecordEnumerable,
IScopeNavigator, IScopeState, IScopeEditor, IScopeMemberNames, IScopeCurrentRecord, IScopeActive,
IScopeMemberScripting, IScopeGetRecord,
IScopeLookup, IScopeNavigatorUpdates, IScopeLocate,
IScopeRecordControlUpdator)

C++

class PASCALIMPLEMENTATION TBaseObjectBindSource : public Data::Bind::Components::TBaseLinkingBindSource

Description

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