System.Rtti.TRttiInstanceType.BaseType

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also