Rtti.TRttiClassRefType.InstanceType
Delphi Information
From Rtti.pas
property InstanceType: TRttiInstanceType read GetInstanceType;
Unit: Rtti
Type: property
Visibility: public
Member Of: 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.