System.Rtti.TRttiMethod.IsDestructor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsDestructor: Boolean read GetIsDestructor;

C++

__property bool IsDestructor = {read=GetIsDestructor, nodefault};

Propriétés

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

Description

Spécifie si la méthode est un destructeur.

Utilisez IsDestructor pour vérifier si la méthode reflétée est un destructeur.

Voir aussi