Go to Member (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Search Menu


Search > Go to Member

The Go to Member feature displays a dialog letting you search and navigate to any member field, method, or property of the type, or the type of a variable.

Go to member.png

Use this tool by following the steps below:

  1. Place the cursor in a symbol, which can be a type or variable (any symbol that has a type).
  2. Go to the Search menu.
  3. Select Go to Member. When the window opens, it displays a table with a list of the symbols, their scopes, and their definitions for the type.
  4. Apply the type of filter you want to apply among Show symbols from base classes or Sort by symbol type by selecting the respective checkboxes. Both options are selected by default, which makes an easier and faster research.
  5. Choose the Symbol you need and click OK to go to its location, otherwise click Cancel to close the Wizard.
Note: You can also access this feature in the Editor context menu, by right-clicking the item to find and selecting Find > Go to Member.

See Also