System.Rtti.TRttiField.FieldType
Delphi
property FieldType: TRttiType read FFieldType;
C++
__property TRttiType* FieldType = {read=FFieldType};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiField |
Description
Specifies the field's type.
Use FieldType to obtain a RTTI object that describes the type of the field. FieldType returns a TRttiType value.