System.Rtti.TRttiPointerType.ReferredType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReferredType: TRttiType read GetReferredType;

C++

__property TRttiType* ReferredType = {read=GetReferredType};

Properties

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

Description

Specifies the type of the value to which the pointer type points.

Use ReferredType to obtain a RTTI object that describes the type of the value to which the pointer type points. ReferredType returns a TRttiType value, because a pointer can refer to any Delphi type.

See Also