home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 48
/
SENT14D.ISO
/
tech
/
delphi
/
disk15
/
bdedll.pak
/
APPPROJ1.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
176 b
|
13 lines
program Appproj1;
uses
Forms,
Appunit1 in 'APPUNIT1.PAS' {AppForm1};
{$R *.RES}
begin
Application.CreateForm(TAppForm1, AppForm1);
Application.Run;
end.