Data.Bind.ObjectScope.TBaseObjectBindSource

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

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

Delphi

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

C++

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

プロパティ

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

説明

さまざまな種類のデータに接続するためのアダプタをサポートするバインド ソースです。


TBaseObjectBindSource クラスでは、さまざまな種類のデータに接続するためのアダプタをサポートするバインド ソースを実装しています。プロパティ(InternalAdapter)を設定するか OnCreateAdapter イベントを実装することで、アダプタを指定できます。

関連項目