home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / OTHER / NETSCAPE / NPTEECHA.DPR < prev    next >
Encoding:
Text File  |  1998-10-24  |  259 b   |  19 lines

  1. library NPTeeCha;
  2.  
  3. uses
  4.   SysUtils,
  5.   Classes,
  6.   NPPlugin,
  7.   NPForm,
  8.   NPSubCls,
  9.   NPTee in 'NPTee.pas' {TeeChartPluginForm};
  10.  
  11. exports
  12.   NP_GetEntryPoints index 1,
  13.   NP_Initialize index 2,
  14.   NP_Shutdown index 3;
  15.  
  16. {$R TeePlug.res}
  17. begin
  18. end.
  19.