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

TRttiAnsiStringType is the RTTI class used to reflect an AnsiString type.

TRttiAnsiStringType is the class used to describe the AnsiString type. Because the AnsiString can be also considered a base type for other string types, use the TRttiAnsiStringType to obtain run-time information about the derived types.

TRttiAnsiStringType exposes only a property that allows obtaining the code page of the reflected string type.

Do not create instances of TRttiAnsiStringType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also