VCL Delphi

Title: How to use the Vspell ActiveX Component
procedure TForm1.Button1Click(Sender: TObject);
begin
if Memo1.Text = '' then Exit;
VSSpell1.CheckText := Memo1.Text;
if VSSpell1.ResultCode = 0 then
Memo1.Text := VSSpell1.Text;
end;
{
To distribute a VisualSpeller application you have to include the following
files:
Um eine Anwendung mit VisualSpeller zu vertreiben, m¨¹ssen folgende Dateien
mitgeliefert werden:
}
{
- VsSpell.HLP
- VSPELL32.OCX
- VSPELL32.DLL
- AMERICAN.VTD
- VSPELL.HLP
}