System.Rtti.TRttiStringType
Delphi
TRttiStringType = class(TRttiType)
C++
class PASCALIMPLEMENTATION TRttiStringType : public TRttiType
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Rtti.pas System.Rtti.hpp |
System.Rtti | System.Rtti |
Description
TRttiStringType is the RTTI class used to reflect all Delphi string types.
TRttiStringType is the class used to provide run-time information for all Delphi string types. To identify the particular type of the string, use the exposed StringKind property.
Do not create instances of TRttiStringType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.