System.Rtti.TRttiInterfaceType.BaseType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BaseType: TRttiInterfaceType read GetBaseTyped;

C++

__property TRttiInterfaceType* BaseType = {read=GetBaseTyped};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInterfaceType

Beschreibung

Legt die Vorfahrschnittstelle fest.

Verwenden Sie BaseType zum Erhalten einer TRttiInstanceType-Instanz, die das geerbte Interface beschreibt.

Siehe auch