API:System.Rtti.TRttiType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiType

Delphi

TRttiType = class(TRttiNamedObject)

C++

class PASCALIMPLEMENTATION TRttiType : public TRttiNamedObject

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

TRttiNamedObject is the base class for all the named RTTI objects.

System.Rtti.TRttiType inherits from System.Rtti.TRttiNamedObject. All content below this line refers to System.Rtti.TRttiNamedObject.

TRttiNamedObject is the base class for all the named RTTI objects.

TRttiNamedObject is the class used as base for all the RTTI classes that reflect named entities. TRttiNamedObject only adds the Name property, whose exact implementation is defined in derived classes.

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

See Also