System.TypInfo.PVmtMethodEntryTail

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PVmtMethodEntryTail = ^TVmtMethodEntryTail;

C++

typedef TVmtMethodEntryTail *PVmtMethodEntryTail;

Propriétés

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

Description

PVmtMethodEntryTail est utilisé en interne pour stocker des informations RTTI de méthode.

PVmtMethodEntryTail est un pointeur sur un enregistrement TVmtMethodEntryTail.

Les structures TVmtMethodEntryTail sont automatiquement insérées par le compilateur Delphi pour toutes les méthodes d'instance qui sont marquées pour émettre des informations RTTI étendues.

N'utilisez pas directement PVmtMethodEntryTail. Utilisez à la place la classe TRttiMEthod pour accéder aux informations de méthode associées à une classe Delphi.

Voir aussi