System.Rtti.TRttiAnsiStringType.CodePage
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.