home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
delphi
/
tenpack.lzh
/
DEMOFIND.DPR
< prev
next >
Wrap
Text File
|
1995-06-19
|
188b
|
13 lines
program Demofind;
uses
Forms,
filedemo in 'FILEDEMO.PAS' {DemoFileFind};
{$R *.RES}
begin
Application.CreateForm(TDemoFileFind, DemoFileFind);
Application.Run;
end.