home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Windows 95 Special 1
/
WINDOWS95_1.ISO
/
internet
/
htmlview
/
htmldemo.dpr
< prev
next >
Wrap
Text File
|
1996-02-23
|
167b
|
13 lines
program Htmldemo;
uses
Forms,
Demounit in 'DEMOUNIT.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.