System.Rtti.TRttiPointerType

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiPointerType

Delphi

TRttiPointerType = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiPointerType : public TRttiType

Propriétés

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

Description

TRttiPointerType est l'objet RTTI qui reflète un type de pointeur.

Utilisez TRttiPointerType pour obtenir des informations d'un type de pointeur. TRttiPointerType introduit une propriété qui vous permet d'obtenir les informations du type référé.

Ne créez pas directement des instances de TRttiPointerType ni de ses descendants. Utilisez une instance de TRttiContext pour travailler avec les objets RTTI.

Voir aussi