home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / delphi / kolekce / d56 / FLEXCEL.ZIP / XLSAdapter / UXlsBaseList.pas < prev    next >
Pascal/Delphi Source File  |  2002-05-20  |  134b  |  13 lines

  1. unit UXlsBaseList;
  2.  
  3. interface
  4. uses classes, contnrs;
  5. type
  6.  
  7.   TBaseList = class (TObjectList)
  8.   end;
  9.  
  10. implementation
  11.  
  12. end.
  13.