Scalabium Software

SMExport advertising
Knowledge for your independence'.
Home Delphi and C++Builder tips


#9: How can I switch a keyboard layout in code?

If you want to change a current keyboard layout, you can:

1. var lang: HKL;
    lang := LoadKeyboardLayout(pcKeyboard, 0);
    SetActiveKeyboardLayout(lang);

2. LoadKeyboardLayout(pcKeyboard, KLF_ACTIVATE);

where pcKeyboard is:
 '00000409' - english
 '00000419' - russian
 '00000422' - ukrainian
 '00000407' - german
 '0000040C' - french
 '00000410' - italian
 '00000416' - portuguese
 '0000040A' - spanish
... (for more information view a language consts in windows.pas)


Published: August 9, 1999

See also
 
ABA Spreadsheet Convert
SMImport suite
SMReport
ABA Database Convert
Protected Storage Viewer
Clarion Viewer
Paradox to Text converter
SMExport suite
Word Web-stream
DBLoad
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2023, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMExport advertising