API:Data.Bind.DBScope.TCustomBindSourceDB

From RAD Studio API Documentation
Jump to: navigation, search

Data.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomBindSourceDB

Delphi

TCustomBindSourceDB = class(TBaseLinkingBindSource, IScopeEditLink, IScopeRecordEnumerable, IScopeRecordEnumerableBuffered,
IScopeNavigator, IScopeActive, IScopeState, IScopeEditor, IScopeMemberNames, IScopeCurrentRecord,
IScopeMemberScripting, IScopeGetRecord,
IScopeLookup, IScopeNavigatorUpdates, IScopeBuffer, IScopeLocate, IScopeUnidirectional)

C++

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

Properties

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

Description

Base class for the binding scope components that support linking.

Data.Bind.DBScope.TCustomBindSourceDB inherits from Data.Bind.Components.TBaseLinkingBindSource. All content below this line refers to Data.Bind.Components.TBaseLinkingBindSource.

Base class for the binding scope components that support linking. TBaseLinkingBindScope derives directly from TBaseBindScopeComponent, thus it inherits all functionality such as adding scope mappings, getting scope members and values, returning the scope itself or the scope of a member. It also provides properties for accessing the bindings expressions in this scope and the scope mappings.

See Also