ProjectSource
From VistApedia
Revision as of 12:23, 22 February 2012 by NeilArmstrong (talk | contribs) (Added glossary link to Application~)
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