RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.SetMultiByteConversionCodePage Function

SetMultiByteConversionCodePage overrides the default multi byte code conversion page.

Pascal
procedure SetMultiByteConversionCodePage(CodePage: Integer);
C++
SetMultiByteConversionCodePage(int CodePage);

System

RAD Studion textual elements such as captions are stored as WideStrings. When running under 9x, they are automatically converted to AnsiStrings. This conversion uses, by default, the System Code Page. SetMultiByteConversionCodePage allows you to specify the CodePage that is used in such conversions. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!