1. Home
  2. Computing & Technology
  3. Delphi Programming

A First Look at (Borland Developer Studio) Delphi 2006

By Zarko Gajic, About.com

3 of 9

Code Editor in Delphi 2006

What's RAD in RAD:

  • Surround templates - you can right-click a selected a block of code and choose Surround to view a list of possible templates with which to surround your code.
  • Live templates editing - when you add a code template to your source code, you can TAB through fields and insert points to quickly populate the template with logic.
  • Block completion - block closures are automatically added as needed when you edit code. Example: you write "begin" + hit "Enter", result: Delphi adds "end".
  • Method navigation - yuo can quickly navigate between methods in your source code using a series of hotkeys.
  • Change Bars - when you make changes to your code the left margin of the Code Editor will display a yellow change bar to indicate that changes have been made after the last Save operation.
  • My favorite: auto-variable declaration. Now you can declare variables in the middle of your code, and the IDE will take care of moving the variable to the proper place. Just type "var" and hit TAB.
Explore Delphi Programming
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. Delphi Programming
  4. Best Components and Tools
  5. Product reviews
  6. A First Look at (Borland Developer Studio) Delphi 2006

©2009 About.com, a part of The New York Times Company.

All rights reserved.