Data.Bind.ObjectScope.TCustomPrototypeBindSource

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

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

Delphi

TCustomPrototypeBindSource = class(TBaseObjectBindSource)

C++

class PASCALIMPLEMENTATION TCustomPrototypeBindSource : public TBaseObjectBindSource

プロパティ

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

説明

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


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

関連項目