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);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!