IEContext.dpr 324 B

123456789101112131415161718192021
  1. library IEContext;
  2. uses
  3. ComServ,
  4. IEContext_TLB in 'IEContext_TLB.pas',
  5. CIEContextMenu in 'CIEContextMenu.pas' {IEContextMenu: CoClass},
  6. RealOAIEContext_TLB in 'RealOAIEContext_TLB.pas';
  7. exports
  8. DllGetClassObject,
  9. DllCanUnloadNow,
  10. DllRegisterServer,
  11. DllUnregisterServer;
  12. {$R *.TLB}
  13. {$R *.RES}
  14. begin
  15. end.