System.Rtti.TRttiSetType.ElementType

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

Delphi

property ElementType: TRttiType read GetElementType;

C++

__property TRttiType* ElementType = {read=GetElementType};

プロパティ

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

説明

そのセットにある要素の型を示します。

ElementType プロパティを使用すると、そのセットを形成する要素の型を記述した RTTI オブジェクトを取得できます。 ElementType は、TRttiType 値を返します。

関連項目