System.Rtti.TRttiStructuredType
Delphi
TRttiStructuredType = class abstract(TRttiType)
C++
class PASCALIMPLEMENTATION TRttiStructuredType : public TRttiType
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | System.Rtti |
Description
TRttiStructuredType is the base class for all the RTTI objects that reflect structured types.
TRttiStructuredType is the class used as base for all the RTTI classes that reflect structured types. A structured type, in Delphi, is usually made up of several components. For example, a record or an array are structured types.
Do not create instances of TRttiStructuredType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.