System.TypInfo.PPropDataEx

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PPropDataEx = ^TPropDataEx;

C++

typedef TPropDataEx *PPropDataEx;

Propriétés

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

Description

PPropDataEx est utilisé en interne pour stocker des informations RTTI de propriété.

PPropDataEx est un pointeur sur un enregistrement TPropDataEx.

Les structures TPropDataEx sont automatiquement insérées par le compilateur Delphi pour toutes les propriétés qui sont marquées pour émettre des informations RTTI étendues.

N'utilisez pas directement PPropDataEx. Utilisez à la place la classe TRttiProperty pour accéder aux informations de propriété associées à un type Delphi.

Voir aussi