RAD Studio (Common)
ContentsIndex
PreviousUpNext
Rename <symbol name> (Delphi)

RefactorRename <symbol name> 

Use this dialog box to perform rename refactoring on a symbol, such as a variable, type, field, method, or parameter, currently selected in the Code Editor. The first field in the dialog varies based on the type of symbol you are renaming.

Item 
Description 
Unit  
Displayed when renaming a type. Indicates the unit in which the type is defined.  
Procedure  
Displayed when renaming a variable. Indicates the procedure in which the variable is selected.  
Class  
Displayed when renaming a field, method, or parameter. Indicates the class in which the field, method, or parameter is defined.  
Old name  
The current name of the selected symbol.  
New name  
Enter the new name for the selected symbol.  
View references before refactoring  
Displays the Refactorings dialog box, enabling you to preview the proposed changes and selectively rename the symbol.
If this option is unchecked, the rename refactoring is performed immediately.  

Tip: The Refactor->Rename <symbol name>
command is also available from the Code Editor context menu.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!