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

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.

See Also