System.Rtti.TRttiMethod.IsConstructor
Delphi
property IsConstructor: Boolean read GetIsConstructor;
C++
__property bool IsConstructor = {read=GetIsConstructor, 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 constructor ist.
Mit IsConstructor können Sie überprüfen, ob die reflektierte Methode des Typs constructor ist.