System.Rtti.TRttiManagedField.FieldType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldType: TRttiType read GetFieldType;

C++

__property TRttiType* FieldType = {read=GetFieldType};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiManagedField

Description

Specifies the managed field's type.

Use FieldType to obtain a RTTI object that describes the type of the managed field. FieldType returns a TRttiType value.

See Also