API:Data.Bind.DBScope.TBindDataSetScope

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

System.Bindings.CustomScope.TCustomScopeSystem.TInterfacedObjectSystem.TObjectTBindDataSetScope

Delphi

TBindDataSetScope = class(TCustomScope)

C++

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

プロパティ

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

説明

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

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

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

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

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

関連項目