System.Rtti.TRttiInstanceType.BaseType
Delphi
property BaseType: TRttiInstanceType read GetBaseTyped;
C++
__property TRttiInstanceType* BaseType = {read=GetBaseTyped};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiInstanceType |
Description
Specifies the ancestor class.
Use BaseType to obtain a TRttiInstanceType instance that describes the inherited class.