System.Rtti.TRttiInterfaceType.BaseType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BaseType: TRttiInterfaceType read GetBaseTyped;

C++

__property TRttiInterfaceType* BaseType = {read=GetBaseTyped};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInterfaceType

Description

Specifies the ancestor interface.

Use BaseType to obtain a TRttiInterfaceType instance that describes the inherited interface.

See Also