System.Rtti.TRttiInstanceType.BaseType
Delphi
property BaseType: TRttiInstanceType read GetBaseTyped;
C++
__property TRttiInstanceType* BaseType = {read=GetBaseTyped};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiInstanceType |
Beschreibung
Legt die Vorfahrklasse fest.
Verwenden Sie BaseType zum Erhalten einer TRttiInstanceType-Instanz, die die geerbte Klasse beschreibt.