API:Data.Bind.ObjectScope.TCustomDataGeneratorAdapter

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

Data.Bind.ObjectScope.TListBindSourceAdapterData.Bind.ObjectScope.TBaseListBindSourceAdapterData.Bind.ObjectScope.TBaseObjectBindSourceAdapterTCustomDataGeneratorAdapter

Delphi

TCustomDataGeneratorAdapter = class(TListBindSourceAdapter<TGeneratorRecord>)

C++

class PASCALIMPLEMENTATION TCustomDataGeneratorAdapter : public TListBindSourceAdapter__1<TGeneratorRecord*>

プロパティ

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

説明

ユーザー定義のジェネリック オブジェクト リストのアダプタを実装したものです。

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


ユーザー定義のジェネリック オブジェクト リストのアダプタを実装したものです。


このクラスは、通常、TPrototypeBindSource.OnCreateAdapter イベントまたは TAdapterBindSource.OnCreateAdapter イベントを実装するのに使用されます。

関連項目