System.Rtti.TRttiAnsiStringType.CodePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CodePage: Word read GetCodePage;

C++

__property System::Word CodePage = {read=GetCodePage, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiAnsiStringType

Description

Specifies the code page of the AnsiString type.

Use CodePage to obtain an integer value specifying the actual code page of the reflected AnsiString type. By default, the code page of an AnsiString is set to the system's code page. You can override this behavior at compile time by defining new AnsiString derived types with specific code pages.

See Also