Home > Programming > Delphi Tutorial



Kick Ass Delphi Programming

Sort Desciption:

Saving a Program Template. Console Input and Output. Filter Programs in Delphi. Your Basic Filter Program. Processing the Command Line ...



Content Inside:

Start with a new application (File New Application). First we need to change some of the project options to tell Delphi that weâ re creating a console app. Select Project Options, and on the Linker page of the Project Options dialog box, check the â Generate console applicationâ check box, and then click on OK to save this change. Since console applications donâ t have a main form (or any other form for that matter), we need to remove the Form1 that is automagically created when you start a new application. Select File Remove from Project, and when the Remove From Project dialog box appears, highlight the line that contains Unit1 and Form1, and click on the OK button. If a message box appears and asks you if you want to save changes to Unit1, say No. Youâ ll be left with a Delphi screen that has only the Object Inspector. No Form or Unit window will be shown. So where do you write the code?

Source: www.udstudio.hu


add to Google Reader add to Google Bookmark add to bloglines add to newsgator add to FURL add to digg add to webnews add to Netscape add to Yahoo MyWeb add to spurl.net add to diigo Bookmark newsvine Bookmark del.icio.us Bookmark @ SIMPIFY Bookmark MISTER WONG Bookmark Linkarena Bookmark icio.de Bookmark oneview Bookmark folkd.com Bookmark yigg.de Bookmark reddit Bookmark StumbleUpon Bookmark Slashdot Bookmark blinklist Bookmark technorati add to blogmarks add to blinkbits add to ma.gnolia add to smarking.com add to netvouz add to co.mments add to Connotea add to de.lirio.us

 

Related Files

Tutorial - How to use CHM Help in Delphi applications: a primer

Filed under: Programming and Delphi Tutorial
Tutorial: How to use CHM Help in Delphi applications: a primer - www.allthingsdelphi.com

Marco Cant 's Delphi Power Book: Debugging Delphi Programs

Filed under: Programming and Delphi Tutorial
Once you compile a program in Delphi and run it, you may think you're finished, ... represents a useful approach to solving a specific programming problem. ...

How to create PDF file with Delphi

Filed under: Programming and Delphi Tutorial
Hello, PDF!

Delphi 7 COM Programming

Filed under: Programming and Delphi Tutorial
COM programming in Delphi. . 7. It is. an invaluable resource for developers to. gain skills in writing COM applications. automation servers and clients ...

How to install and use components in Turbo Delphi (Win32)

Filed under: Programming and Delphi Tutorial
The author does not do this but install the compoenents into an existing package. Tutorial: How to install and use components in Turbo Delphi (Win32) Author: