System.Rtti.TRttiEnumerationType.UnderlyingType

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

Delphi

property UnderlyingType: TRttiType read GetUnderlyingType;

C++

__property TRttiType* UnderlyingType = {read=GetUnderlyingType};

プロパティ

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

説明

列挙型の要素の型を示します。

UnderlyingType プロパティを使用すると、列挙型を構成する要素の型を記述する RTTI オブジェクトを取得できます。 UnderlyingType は、TRttiType 値を返します。

関連項目