home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / picdll.zip / APIDLL.DPR next >
Text File  |  1995-06-16  |  314b  |  20 lines

  1. library Apidll;
  2.  
  3. { Program copyright (c) 1995 by Charles Calvert }
  4. { Project Name: RUNDLL }
  5.  
  6. uses
  7.   WinStuff;
  8.  
  9. exports
  10.   About index 1,
  11.   HandleButton index 2,
  12.   ShowAbout index 3,
  13.   RegisterWinPopup index 4,
  14.   CreateWinPopup index 5,
  15.   RegisterChild index 6,
  16.   CreateChild index 7;
  17.  
  18. begin
  19. end.
  20.