API:System.Rtti.TRttiAnsiStringType

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