Rtti.TRttiMember
From RAD Studio VCL Reference
Delphi Information
From Rtti.pas
TRttiMember = class(TRttiNamedObject)
Unit: Rtti
Type: class
Inherited Class Members: Rtti.TRttiMember Members
Class Properties: Rtti.TRttiMember Properties
Description
TRttiMember is the base class for all the RTTI objects that reflect class, interface, or record members.
TRttiMember is the class used as base for all the RTTI classes that reflect class, interface, or record members. TRttiMember adds two new properties: Parent, which provides access to the type this member is a part of and Visibility, which specifies the visibility modifier of the member.
Do not create instances of TRttiType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.