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

説明

管理対象フィールドの型を示します。

FieldType プロパティを使用すると、管理対象フィールドの型を記述する RTTI オブジェクトを取得できます。 FieldType は、TRttiType 値を返します。

関連項目