System.Rtti.TRttiField.FieldType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FieldType: TRttiType read GetFieldType;

C++

__property TRttiType* FieldType = {read=GetFieldType};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiField

Description

Spécifie le type du champ.

Utilisez FieldType pour obtenir un objet RTTI décrivant le type du champ. FieldType renvoie une valeur TRttiType.

Voir aussi