source: cprs/branches/HealthSevak-CPRS/CPRS-Lib/Hans SpellCheck/Demo/Project1.dpr@ 1715

Last change on this file since 1715 was 1715, checked in by healthsevak, 9 years ago

Modified the library to make it more generic from Delphi community point of view before sharing with original author/custodian of HunSpell library at sourceforge

File size: 256 bytes
Line 
1program Project1;
2
3uses
4 Forms,
5 fHunSpell in 'fHunSpell.pas' {frmHunSpell};
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.MainFormOnTaskbar := True;
12 Application.CreateForm(TfrmHunSpell, frmHunSpell);
13 Application.Run;
14end.
Note: See TracBrowser for help on using the repository browser.