System.Rtti.TRttiMember.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: TRttiType read GetParent;

C++

__property TRttiType* Parent = {read=GetParent};

Properties

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

Description

Specifies the type from which the member is part of.

Use Parent to obtain a reference to the parent RTTI object. Parent returns a TRttiType value that reflects a class, an interface, or a record type.

See Also