RAD Studio (Common)
ContentsIndex
PreviousUpNext
Rename

RefactoringRename 

Opens when you choose the Rename command from the Refactoring menu, or by using the RefactoringRename command on the context menu of code-generating class diagram elements. Renaming is applicable to classes, interfaces, enumerators, structures, delegates, methods, properties, events, and fields.

Warning: This feature is available for implementation projects only.

New name:  
Use this field to enter a new name for the element.  
Refactor Ancestors:  
If this option is checked, the selected member is renamed in the current node element and in its parent elements. This option is available for members only.  
Rename Overloads:  
If this option is checked, all methods with the same name are also renamed. This option is available for members only.  
View references before refactoring:  
By default, View references before refactoring is checked. If this option checked when you click Rename, the Refactoring window opens allowing you to review the refactoring before committing to it. If this option is cleared when you click Rename, the Refactoring window opens with the rename completed.  
 
Rename:  
Opens the Refactoring window.  
Cancel:  
Discards all changes and closes the dialog box.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!