System.Rtti.TRttiClassRefType
Delphi
TRttiClassRefType = class(TRttiType)
C++
class PASCALIMPLEMENTATION TRttiClassRefType : public TRttiType
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | System.Rtti |
Description
TRttiClassRefType is used to reflect a metaclass type.
Use TRttiClassRefType instances to obtain information specific to metaclass types.
Do not create instances of TRttiClassRefType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.