home *** CD-ROM | disk | FTP | other *** search
- { Project IoDib.DPR Delphi 2.0 Demos
-
- Description:- IoDib.Dpr Project:-
-
- Demonstrates the use of:
-
- 1) 'DuplicateDib'
- 2) 'ExportDib'
- 3) 'ImportDib'
-
- Date of Origin: 16/04/96
- Original Author: Andrew Hutchison
- Modification History:
-
- Date Person Change
- ----------------------------------------------------
- 16/04/96 A Hutchison Created
-
- (c) Copyright Media Architects Inc. 1996.
- All rights reserved. No part of this program may be
- photocopied, reproduced, translated to another programming
- language or transported to any computer system without the
- prior written consent of Media Architects Inc.}
-
- program IoDib;
-
- uses
- Forms,
- UIodib in 'UIodib.pas' {Form1};
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-