System.SetMultiByteConversionCodePage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMultiByteConversionCodePage(CodePage: Integer);

C++

extern DELPHI_PACKAGE void __fastcall SetMultiByteConversionCodePage(int CodePage);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

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

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.

See Also