System.Bindings.CustomScope.TCustomScope.MetaClass

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

Delphi

property MetaClass: TClass read GetMetaClass;

C++

__property System::TClass MetaClass = {read=GetMetaClass};

プロパティ

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

説明

MappedObject が継承するクラスを示します。

MetaClass プロパティは、MappedObject が継承する最小必須クラスを示します。

MappedObjectnil にもできますが、この場合、カスタム スコープが、MetaClass で与えられた情報だけを基に、処理する方法を知っていなければなりません。

カスタム スコープ使用時に MappedObject は変更される場合、MetaClass も修正され、カスタム スコープ作成時にそれに確定されます。

関連項目