Rtti.TRttiNamedObject
From RAD Studio VCL Reference
Delphi Information
From Rtti.pas
TRttiNamedObject = class(TRttiObject)
Unit: Rtti
Type: class
Inherited Class Members: Rtti.TRttiNamedObject Members
Class Properties: Rtti.TRttiNamedObject Properties
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.