System.Rtti.TRttiClassRefType.InstanceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property InstanceType: TRttiInstanceType read GetInstanceType;

C++

__property TRttiInstanceType* InstanceType = {read=GetInstanceType};

Properties

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

Description

Specifies the class type for the metaclass.

Use InstanceType to get a TRttiInstanceType RTTI object that describes the class type for which the reflected metaclass type was obtained.

A metaclass represents all classes that start with the InstanceType class and its descendants.

See Also