System.Rtti.TRttiEnumerationType.UnderlyingType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property UnderlyingType: TRttiType read GetUnderlyingType;

C++

__property TRttiType* UnderlyingType = {read=GetUnderlyingType};

Propriétés

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

Description

Spécifie le type des éléments dans le type énuméré.

Utilisez UnderlyingType pour obtenir un objet RTTI décrivant le type des éléments qui constituent l'énumération. UnderlyingType renvoie une valeur TRttiType.

Voir aussi