home *** CD-ROM | disk | FTP | other *** search
- {*******************************************************************}
- { }
- { Vita Voom Software }
- { Params.dpr - Params Demo }
- { }
- { Copyright (c) 1998-2003 Vita Voom Software }
- { ALL RIGHTS RESERVED }
- {*******************************************************************}
- { }
- { Please refer to the Readme.txt file for details. }
- { }
- program Params;
-
- uses
- QForms,
- Main in 'Main.pas' {frmDemo};
-
- {$R *.res}
-
- begin
- Application.Initialize;
- Application.CreateForm(TfrmDemo, frmDemo);
- Application.Run;
- end.
-
-