Quote Originally Posted by pitfiend View Post
Have you checked the date of that article? It is 31st of December 1998. And that is actually a Borland coding style that has been used in old Delphi versions. This codding style is not very useful in modern Delphi versions since it doesn't cover various language features that were implemented in later Delphi versions like "Namespaces", hot to properly format your code if it has multi platform support and so on.

From what I'm seeing around the web and other forums the most commonly used coding style amongst Delphi developers is JEDI coding style (coding style that is used in Jedi Visual Component Library).
http://jvcl.delphi-jedi.org/StyleGuide.htm
This one is also the one that I'm using the most, even thou I occasionally break some codding style rules.