API:System.Rtti.TRttiInstanceType

Delphi
TRttiInstanceType = class(TRttiStructuredType)
C++
class PASCALIMPLEMENTATION TRttiInstanceType : public TRttiStructuredType
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. {{#multireplace:System.Rtti.TRttiInstanceType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Rtti.TRttiStructuredType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Rtti.TRttiStructuredType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.