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