API:Data.Bind.ObjectScope.TCustomAdapterBindSource

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

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

Delphi

TCustomAdapterBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomAdapterBindSource : public TBaseObjectBindSource

プロパティ

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

説明

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

Data.Bind.ObjectScope.TCustomAdapterBindSource は Data.Bind.ObjectScope.TBaseObjectBindSource を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBaseObjectBindSource を参照しています。


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


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

関連項目