home *** CD-ROM | disk | FTP | other *** search
- {
- Delphi 3,4 Test program for the TechScheduler API.
-
- Requires TKSHDAPI.DLL to be in the Windows or same directory.
-
- This demo can be used without any restrictions and can be
- modified without prior permission. We request that updates
- and bugs be sent to Winutils@aol.com
-
- copyright 1998-99 Dean Software Design
- www.winutils.com
- }
- program testProj;
-
- uses
- Forms,
- testUnit in 'Testunit.pas' {Form1};
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-