ProjectSource

From VistApedia
Jump to: navigation, search

ProjectSource

program CPRSImager; 

uses 

 Forms,
 ImagerUnit in 'ImagerUnit.pas' {ImagerForm};

{$R *.res} 

begin 

 Application.Initialize;
 Application.CreateForm?(TImagerForm, ImagerForm);
 Application.Run;
end. 


Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki Page last modified on June 11, 2004, at 04:37 PM