System.Rtti.IsManaged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsManaged(TypeInfo: PTypeInfo): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall IsManaged(System::Typinfo::PTypeInfo TypeInfo);

Propriétés

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

Description

Vérifie si un type est managé.

Utilisez IsManaged pour vérifier si un type est managé. Dans Delphi, les types managés emploient des techniques spéciales, assistées par compilateur, telles que le comptage de références. Le paramètre TypeInfo contient les informations du type vérifié.

Voir aussi