| GNU gettext for Delphi, C++ Builder and Kylix 1.2 beta | ||
|---|---|---|
| <<< Previous | Next >>> | |
program Sample;
uses
gnugettext in 'gnugettext.pas',
gginitializer in 'gginitializer.pas',
Forms,
Graphics,
SampleForm in 'SampleForm.pas' {FormMain};
{$R *.res}
begin
// This is the list of ignores for this project. The list of
// ignores has to come before the first call to TranslateComponent().
TP_GlobalIgnoreClass(TFont);
Application.Initialize;
Application.CreateForm(TFormMain, FormMain);
Application.Run;
end. |
| <<< Previous | Home | Next >>> |
| procedure TP_GlobalHandleClass (HClass:TClass;Handler:TTranslator); | gginitializer.pas |