API:System.Rtti.TRttiRecordType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiStructuredTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiRecordType

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

TRttiStructuredType is the base class for all the RTTI objects that reflect structured types.

System.Rtti.TRttiRecordType inherits from System.Rtti.TRttiStructuredType. All content below this line refers to System.Rtti.TRttiStructuredType.

TRttiStructuredType is the base class for all the RTTI objects that reflect structured types.

TRttiStructuredType is the class used as base for all the RTTI classes that reflect structured types. A structured type, in Delphi, is usually made up of several components. For example, a record or an array are structured types.

Do not create instances of TRttiStructuredType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also