API:System.Rtti.TRttiAnsiStringType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiStringTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiAnsiStringType

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.

System.Rtti.TRttiAnsiStringType inherits from System.Rtti.TRttiStringType. All content below this line refers to System.Rtti.TRttiStringType.

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.

See Also