home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / inmemory / imntest.dpr next >
Encoding:
Text File  |  1995-12-22  |  212 b   |  15 lines

  1. program Imntest;
  2.  
  3. uses
  4.   Forms,
  5.   Test in 'TEST.PAS' {Form1},
  6.   Inmem in 'INMEM.PAS',
  7.   Temptbl in 'TEMPTBL.PAS';
  8.  
  9. {$R *.RES}
  10.  
  11. begin
  12.   Application.CreateForm(TForm1, Form1);
  13.   Application.Run;
  14. end.
  15.