home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 September
/
Chip_2001-09_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d12345
/
CHEMPLOT.ZIP
/
TPlot
/
ActiveX
/
PlotXControl.dpr
< prev
next >
Wrap
Text File
|
2001-05-18
|
294b
|
22 lines
library PlotXControl;
uses
ComServ,
PlotXControl_TLB in 'PlotXControl_TLB.pas',
PlotImpl1 in 'PlotImpl1.pas' {PlotX: CoClass};
{$E ocx}
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.