Google
TntForms.ManualPeekMessageWithRemove Variable
Namespace
Pascal
ManualPeekMessageWithRemove: Integer = 0;
File
Description

The NT GetMessage Hook is needed to support entering Unicode characters directly from the keyboard (bypassing the IME). Special thanks go to Francisco Leong for developing this solution.

Example
  1. Install "Turkic" language support.
  2. Add "Azeri (Latin)" as an input locale.
  3. In an EDIT, enter Shift+I. (You should see a capital "I" with dot.)
  4. In an EDIT, enter single quote (US Keyboard). (You should see an upturned "e".)
Related Information