RAD Studio (Common)
ContentsIndex
PreviousUpNext
Search

These dialogs are used to perform search and replace functions in a project.

Name 
Description 
Find 
SearchFind
Specifies the text you want to locate and sets options that affect the search. Find locates the line of code containing the first occurrence of the string and highlights it.  
SearchFind in Files
Specifies the text you want to locate and sets options that affect the search. The Find In Files command works with the Repeat Search command available on the context menu of the Messages pane.  
SearchFind References
Locates references to a selected identifier.  
SearchGoto Address
Positions to an address in the CPU window.  
SearchGo to Line Number
Jumps to a line number in the Code Editor.  
SearchReplace
Searches for specified text and then replaces with other text or with nothing.  
SearchSearch Again
Continues to search for a specified string that was entered in Find. 
SearchFind Class
Opens the Find Class dialog box. The Find Class dialog box searches for all or part of a class name and lists all the classes currently in scope (from the uses and references list) that match the entered name. Select a class name from the list to open the file containing the class declaration. 
SearchFind Local References
Locates references in the active code file. 
SearchFind Original Symbol
Searches through the list of files in the Project Manager and then displays the original declaration of the symbol in question.
Select a symbol (e.g., TForm) that you are using, in another file or another section fo the project, before selecting Search for Original Symbol. 
SearchIncremental Search
Allows you to interactively search for text. As you type, the first matching result is highlighted in the editor. The status bar of the editor shows "Searching for:" with the text you looking for.
To begin a new search, press Backspace to clear the status bar, or select Incremental Search again. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!