home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format Collection 48
/
SENT14D.ISO
/
tech
/
delphi
/
disk15
/
ddedemo.pak
/
DDECLI.DPR
< prev
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
|
146 b
|
11 lines
program Ddecli;
uses
Forms,
Ddcli in 'DDCLI.PAS' {FormD};
begin
Application.CreateForm (TFormD, FormD);
Application.Run;
end.