API:Data.Bind.ObjectScope.TBindSourceAdapterCustomScope

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

System.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObjectTBindSourceAdapterCustomScope

Delphi

TBindSourceAdapterCustomScope = class(TCustomScope)

C++

class PASCALIMPLEMENTATION TBindSourceAdapterCustomScope : public System::Bindings::Customscope::TCustomScope

プロパティ

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

説明

すべてのカスタム スコープの下位クラスに対する基底クラスです。

Data.Bind.ObjectScope.TBindSourceAdapterCustomScope は System.Bindings.CustomScope.TCustomScope を継承しています。以下の内容はすべて System.Bindings.CustomScope.TCustomScope を参照しています。

すべてのカスタム スコープの下位クラスに対する基底クラスです。

TCustomScope は抽象クラスで、すべてのカスタム スコープの下位クラスの基底クラスです。 カスタム スコープは、既存のオブジェクト内にまだない、新しいメンバ(プロパティやメソッド)の追加を、ユーザーに対し許可します。この方法で、これらの新しいメンバは、式の中で使用できるようになります。

ヒント: TCustomScope の下位クラスはすべて、DoLookup メソッドを実装しなければなりません

関連項目