System.TypInfo.PPTypeInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PPTypeInfo = ^PTypeInfo;

C++

typedef PTypeInfo *PPTypeInfo;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

Contient un pointeur sur un pointeur aux informations d'un type de données, renvoyées par TypeInfo.

La fonction TypeInfo fait partie du mécanisme RTTI (Informations de type à l'exécution) de Delphi. Elle fournit des informations d'exécution sur un type de données particulier. TypeInfo renvoie un pointeur PTypeInfo sur une valeur TTypeInfo. PPTypeInfo est un pointeur PTypeInfo.

Voir aussi