Example: I create a new unit, declare a class with several methods like constructor, destructor, method1, method2, method3 in that order and then hit Ctrl-Shift-C.
The IDE c
From my experience I find that some times the IDE creates the methods in alphabetical order, but other times it just append the new methods to the end of the file.