TCHMchameleonEncoding Component
Methods

This class contains functions to change the current encoding used internally by Chameleon at runtime. Changes made here affect all currently instantiated Engines and Chameleon network connections.

Unit
CHMnet

Declaration
TCHMchameleonEncoding = class(TComponent)

Description

The locale set here is used to determine how to

1) Translate .NET and Java unicode strings to and from the internal representation used in Chameleon for both Engine and network operations. See http://www.interfaceware.com/manual/setting_encoding.html for more details.

2) Determine how strings are parsed with an Engine.


Methods
CountOfTranslationLocale Get the total number of supported translation locales.
GetCurrentTranslationLocale Get the translation locale.
SetCurrentTranslationLocale Set the translation locale. See http://www.interfaceware.com/manual/setting_encoding.html for more details
TranslationLocale Get a translation locale at a particular index.

Chameleon Delphi Documentation