System.Rtti.TRttiMethod.IsStatic

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsStatic: Boolean read GetIsStatic;

C++

__property bool IsStatic = {read=GetIsStatic, nodefault};

Eigenschaften

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

Beschreibung

Legt fest, ob die Methode des Typs static method ist.

Mit IsStatic können Sie überprüfen, ob die reflektierte Methode des Typs static method ist.

Siehe auch