System.Rtti.TRttiMethod.HasExtendedInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property HasExtendedInfo: Boolean read GetHasExtendedInfo;

C++

__property bool HasExtendedInfo = {read=GetHasExtendedInfo, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiMethod

Beschreibung

Legt fest, ob die Methode erweiterte Informationen bereitstellt.

Mit HasExtendedInfo können Sie überprüfen, ob die reflektierte Methode erweiterte Informationen bereitstellt. Wie in TRttiMethod implementiert wurde, gibt HasExtendedInfo false zurück.

Siehe auch