System.Rtti.TRttiNamedObject

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiObjectSystem.TObjectTRttiNamedObject

Delphi

TRttiNamedObject = class(TRttiObject)

C++

class PASCALIMPLEMENTATION TRttiNamedObject : public TRttiObject

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.

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