System.Bindings.CustomWrapper.TCustomWrapper.MetaClass

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

Delphi

property MetaClass: TClass read GetMetaClass;

C++

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

プロパティ

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

説明

オブジェクトのクラス参照を辿るのと同じ方法での、メタデータのナビゲーションを可能にします。

MetaClass プロパティは、オブジェクトのクラス参照を辿るのと同じ方法での、メタデータのナビゲーションを可能にします。 これには、どのオブジェクト型に付けられるかを制約する、プレースホルダも使用可能です。また、式で使用する、メタクラスのメンバに対するプレースホルダ ラッパを作成する機能も提供します。

関連項目