Scalabium Software

SMReport Autogenerated

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)
See also
 
SMExport suite
SMImport suite
SMReport
SMDBGrid
MAPIMail
Paradox Viewer
Paradox ActiveX
ExcelFile Viewer
Metafile Convert
DBLoad
DBExport tools
 
 
Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyrightc 1998-2008, Scalabium Software. All rights reserved.
webmaster@scalabium.com

August 9, 1999

SMExport advertising