System.Rtti.TRttiRecordType
Delphi
TRttiRecordType = class(TRttiStructuredType)
C++
class PASCALIMPLEMENTATION TRttiRecordType : public TRttiStructuredType
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | System.Rtti |
Description
TRttiRecordType is the RTTI object that reflects a record type.
TRttiRecordType is the RTTI class that reflects record types. TRttiRecordType allows querying the reflected record type for field information or for managed field information.
Do not create instances of TRttiRecordType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.