System.Bindings.CustomScope.TCustomScope

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

System.TInterfacedObjectSystem.TObjectTCustomScope

Delphi

TCustomScope = class abstract(TInterfacedObject, IScope, ICustomScope)

C++

class PASCALIMPLEMENTATION TCustomScope : public System::TInterfacedObject

プロパティ

種類 可視性 ソース ユニット
class public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope System.Bindings.CustomScope

説明

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

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

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

関連項目