System.Rtti.TRttiInterfaceType.BaseType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BaseType: TRttiInterfaceType read GetBaseTyped;

C++

__property TRttiInterfaceType* BaseType = {read=GetBaseTyped};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInterfaceType

説明

上位インターフェースを示します。

BaseType プロパティを使用すると、継承インターフェースを記述する TRttiInterfaceType インスタンスを取得できます。

関連項目