Home > About Delphi, General > Delphi Easter Eggs

Delphi Easter Eggs

March 20th, 2009 Leave a comment Go to comments

Borland Delphi 7 Easter Egg

  1. Put a shortcut to Delphi7 in your Start Menu called Delphi7. (So you can click Start|Programs|Delphi7)
  2. Right click this shortcut, properties, set the Shortcut key to CTRL + SHIFT + 7, click OK.
  3. Click Start, press escape, then hold Ctrl+Shift, press and release 7.
  4. You should see a picture of the development team (I assume that’s who they are). I have found that it does not always come up, though.

Borland Delphi 7 Easter Egg Team Picture

Borland Delphi 7 Easter Egg Team Picture

Borland Delphi 6 Easter Egg

  • In the About screen hold down Alt and type one of the following: “team”, “jedi”, or “quality”.

Borland Delphi 5 Easter Egg

  1. Make a text file, either in the IDE with File | New… | Text, or using Notepad, or Windows Explorer.
  2. Save the text file with a .Allen extension, as opposed to a .Txt extension.
  3. Start a new project in Delphi 5 and open the project manager (View | Project Manager or Ctrl+Alt+F11).
  4. Right-click on the project, choose Add… and use the Files of type: combobox to show Any file (*.*).
  5. Choose the .Allen file and press Open to add it to the project.
  6. At this point, right-clicking on the text file will give you a menu including the entry Meet Allen Bauer.
  7. Choosing this menu item firstly displays a message box saying: Hi I’m Allen
  8. Your Web Browser is then launched to display the URL http://www.on24.com/corporatevideo/borland/3-5_56.html.

This is a Web page showing a video of Allen talking about some of the new features in C++Builder 4.

If you now compile the project (Ctrl+F9), the compiler will produce some additional credits to the IDE developers.

A side effect of the compilation (assuming the project had been saved) is to also produce another empty text file with the same name, but with a .Allen.Bauer extension.

  1. No comments yet.
  1. No trackbacks yet.