System.Rtti.TRttiType.BaseType

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

Delphi

property BaseType: TRttiType read GetBaseType;

C++

__property TRttiType* BaseType = {read=GetBaseType};

プロパティ

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

説明

バイト型を示します。

BaseType の値は、実際にリフレクションされた型によって異なります。 クラスやインターフェースのような継承をサポートする型の場合、BaseType は親オブジェクトを表します。 他の型の場合、BaseType は単に nil を返します。

関連項目