Mozilla Plugin using Delphi

The following zip files are used to create a Mozilla, Netscape or Firefox plugin using Delphi.

nplug.zip - VCL package that contains Npapi.pas. This Delphi unit contains the latest plugin interface for Mozilla

SamplePlugin.zip - Sample Delphi plugin for Netscape. Original developer is Mike Scott. This is an old example. You can
replace NPPlugin.pas with Npapi.pas and use your own form to create your plugin.

Reminders:

1. Make sure your plugin starts with the prefix "np", for example "npdemo.dpr"
2. Set Delphi output directory to \Mozilla Firefox\plugins. The generated DLL must exist in the Mozilla Plugins folder to work.


Newbie Web Automation - Automate Internet Explorer and Mozilla Firefox web browsers using Pascal Scripts.