home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD 12
/
12_pcplus_supercd.iso
/
Pcplus
/
Delphi
/
OBJECTS.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
|
1997-04-08
|
162 b
|
13 lines
program Objects;
uses
Forms,
Obunit in 'OBUNIT.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.