System.Rtti.TRttiInstanceType.MetaclassType
Delphi
property MetaclassType: TClass read GetMetaclassType;
C++
__property System::TClass MetaclassType = {read=GetMetaclassType};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | TRttiInstanceType |
Description
Specifies the reflected class reference.
Use MetaclassType to obtain a TClass value that holds the class reference reflected by this RTTI object.