Delphi Live Templates: raise exception.CreateFmt

Delphi (XE2) comes with various predefined so called live templates which you can display with View->Templates. One of them is called "raise" and expands to [delphi] raise exception.Create('Error Message'); [/delphi] I don't know about you but I use Exception.CreateFmt much more often than simply Exception.Create, so it annoys the hell out of me when every … Continue reading Delphi Live Templates: raise exception.CreateFmt