System.Rtti.TRttiArrayType.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 TRttiArrayType

説明

配列要素の型を表す RTTI オブジェクトを示します。

ElementType プロパティを使用すると、配列要素の型を表すのに使用する RTTI オブジェクトを取得できます。 ElementType の値は、配列要素の型を記述する TRttiType インスタンスです。

関連項目