API:Data.Bind.ObjectScope.TBindSourceAdapterObjectFieldCustomScope

提供:RAD Studio API Documentation

TBindSourceAdapterObjectFieldCustomScopeSystem.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObject

Delphi

TBindSourceAdapterObjectFieldCustomScope = class(TCustomScope)

C++

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

プロパティ

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

説明

すべてのカスタム スコープの下位クラスに対する基底クラスです。 {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapterObjectFieldCustomScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Bindings.CustomScope.TCustomScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Bindings.CustomScope.TCustomScope|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目