System.Rtti.TRttiField.FieldType

From RAD Studio API Documentation
Revision as of 23:09, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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.

See Also