RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.SetMultiByteConversionCodePage Function

Sets the code page used internally whenever multibyte characters are converted to/from WideChar.

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

System

SetMultiByteConversionCodePage sets the code page used internally whenever multibyte characters are converted to or from WideChar. The default is the active system code page. This function allows you to override the default. 

 

Multibyte Character Sets 

strlen

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