home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
Delphi1_And_Delphi2
/
EXAMPLES
/
3RDPARTY
/
ReportBuilder
/
TEEPIPAR.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
|
1998-10-24
|
219 b
|
14 lines
program teepipar;
uses
Forms,
uteepip in 'uteepip.pas' {FormTeePiparti};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormTeePiparti, FormTeePiparti);
Application.Run;
end.