As far as i know, yes.

I recall some codegear page showing off the differences between Delphi 7 Pascal and Delphi 2007 Pascal. There were loads of improvements like operator overloading and static fields AFAIK.

Edit:

Ah here it is: http://dn.codegear.com/article/34324

And Static fields seem to be on the list. Only they are called "Class Const".

Classes can now have class constants -- a constant value associated with the class itself and not an instance of the class.