/******************************************************
Reference code for Borland Community article
Enabling international character support in a
Western (or non Far East) edition of Windows for
your Delphi 6 application
Copyright (c) 2002 Chua Chee Wee
[email protected]
3 Jan 2002
*******************************************************/
program IME_Enabled_App;
uses
EnableIME in 'EnableIME.pas',
Forms,
SysUtils,
MainForm in 'MainForm.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TFormSampleFarEastIMEForm, FormSampleFarEastIMEForm);
Application.Run;
end.
¤ Dauer der Verarbeitung: 0.24 Sekunden
(vorverarbeitet)
¤
|
Laden
Fehler beim Verzeichnis:
in der Quellcodebibliothek suchen
Die farbliche Syntaxdarstellung ist noch experimentell.
|