Last change
on this file 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 | |
---|
1 | program Project1;
|
---|
2 |
|
---|
3 | uses
|
---|
4 | Forms,
|
---|
5 | fHunSpell in 'fHunSpell.pas' {frmHunSpell};
|
---|
6 |
|
---|
7 | {$R *.res}
|
---|
8 |
|
---|
9 | begin
|
---|
10 | Application.Initialize;
|
---|
11 | Application.MainFormOnTaskbar := True;
|
---|
12 | Application.CreateForm(TfrmHunSpell, frmHunSpell);
|
---|
13 | Application.Run;
|
---|
14 | end.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.