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:
Text File  |  1998-10-24  |  219 b   |  14 lines

  1. program teepipar;
  2.  
  3. uses
  4.   Forms,
  5.   uteepip in 'uteepip.pas' {FormTeePiparti};
  6.  
  7. {$R *.RES}
  8.  
  9. begin
  10.   Application.Initialize;
  11.   Application.CreateForm(TFormTeePiparti, FormTeePiparti);
  12.   Application.Run;
  13. end.
  14.