System.Rtti.TRttiMethod.HasExtendedInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property HasExtendedInfo: Boolean read GetHasExtendedInfo;

C++

__property bool HasExtendedInfo = {read=GetHasExtendedInfo, 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 fournit des informations étendues.

Utilisez HasExtendedInfo pour vérifier si la méthode reflétée fournit des informations étendues. Telle qu'implémentée dans TRttiMethod, HasExtendedInfo renvoie false.

Voir aussi