System.Rtti.TRttiPointerType.ReferredType

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

Delphi

property ReferredType: TRttiType read GetReferredType;

C++

__property TRttiType* ReferredType = {read=GetReferredType};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiPointerType

説明

ポインタ型が指す値の型を示します。

ReferredType を使用すると、ポインタ型が指す値の型を記述する RTTI オブジェクトを取得できます。 ポインタはどの Delphi 型も参照可能なので、ReferredTypeTRttiType 値を返します。

関連項目