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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-24
|
259 b
|
19 lines
library NPTeeCha;
uses
SysUtils,
Classes,
NPPlugin,
NPForm,
NPSubCls,
NPTee in 'NPTee.pas' {TeeChartPluginForm};
exports
NP_GetEntryPoints index 1,
NP_Initialize index 2,
NP_Shutdown index 3;
{$R TeePlug.res}
begin
end.