API:Data.Bind.ObjectScope.TPrototypeBindSource

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

Data.Bind.ObjectScope.TCustomPrototypeBindSourceData.Bind.ObjectScope.TBaseObjectBindSourceData.Bind.Components.TBaseLinkingBindSourceData.Bind.Components.TBaseBindScopeComponentTPrototypeBindSource

Delphi

TPrototypeBindSource = class(TCustomPrototypeBindSource)

C++

class PASCALIMPLEMENTATION TPrototypeBindSource : public TCustomPrototypeBindSource

プロパティ

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

説明

サンプル データを作成するためのバインド ソースを実装した基底クラスです。

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


サンプル データを作成するためのバインド ソースを実装した基底クラスです。


独自のカスタム プロトタイプ バインド ソースを作成する場合は、そのクラスを TCustomPrototypeBindSource から派生させる必要があります。アプリケーションの設計時には、TPrototypeBindSource が[ツール パレット]に用意されています。

関連項目