System.Rtti.TRttiMember.Parent

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

Delphi

property Parent: TRttiType read GetParent;

C++

__property TRttiType* Parent = {read=GetParent};

プロパティ

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

説明

メンバの一部である型を示します。

Parent プロパティを使用すると、親 RTTI オブジェクトへの参照を取得できます。 Parent は、クラス、インターフェース、またはレコードの型を反映する TRttiType 値を返します。

関連項目