Symbol renaming allows you to change all instances of a symbol's name throughout your project.
The Declare Variable and Declare Field options permit you to quickly create a local variable or member field declaration.
Resource refactorings are used in Delphi code to convert string literals into resourcestring block entries, replacing the original literal with the resource string symbol.
Extract method allows you to select a portion of source code and turn the code into a method, extracting the selected source code.
Although not exactly a refactoring, the Import Namespace and Find Unit options under the Refactor menu permit you to quickly locate and import the namespace associated with a particular symbol.


