/******************************************************
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.0 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.
|