RAD Studio VCL Reference
|
SetMultiByteConversionCodePage overrides the default multi byte code conversion page.
procedure SetMultiByteConversionCodePage(CodePage: Integer);
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!
|