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 >
Wrap
Pascal/Delphi Source File
|
2002-05-20
|
134b
|
13 lines
unit UXlsBaseList;
interface
uses classes, contnrs;
type
TBaseList = class (TObjectList)
end;
implementation
end.