Data.Bind.DBScope.TCustomBindSourceDB

提供: RAD Studio API Documentation
移動先: 案内検索

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,
IScopeRecordControlUpdator)

C++

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

プロパティ

種類 可視性 ソース ユニット
class public
Data.Bind.DBScope.pas
Data.Bind.DBScope.hpp
Data.Bind.DBScope Data.Bind.DBScope

説明

指定されたデータ ソースに含まれるデータに対して、アクセスしたいすべてのコンポーネントからアクセスできるようにする方法を、LiveBinding を使って実装しています。


TCustomBindSourceDB クラスでは、データセット バインディング カスタム スコープの下位クラスを実装しています。TCustomBindSourceDB は、LiveBinding を使って、指定されたデータ ソースに含まれるデータに対して、アクセスしたいすべてのコンポーネントからアクセスできるようにするためのコンポーネントです。TCustomBindSourceDBTBindSourceDB の親コンポーネントです。

関連項目