System.Rtti.TRttiField.FieldType

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

Delphi

property FieldType: TRttiType read GetFieldType;

C++

__property TRttiType* FieldType = {read=GetFieldType};

プロパティ

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

説明

項目の型を示します。

FieldType プロパティを使用して、その項目の型を記述する RTTI オブジェクトを取得できます。 FieldType は、TRttiType 値を返します。

関連項目