Show Derived Types (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Code Editor Context Menu

Code Editor | right-click an identifier | Find > Show Derived Types   Shift+Ctrl+Q

Description

This command searches the entire project for derived types of the selected class or method. If the search results include the only type, the command opens the Code Editor positioned on the derived type declaration. Otherwise, the command opens the Type Hierarchy pane that displays all derived types of the selected class or method.

Show Derived Types.png

If you double-click an entry in this tree view, RAD Studio opens the Code Editor positioned on the declaration of the selected class or method.

Availability

This command is available only for 64-bit Windows, iOS, and Android target platforms.

For instructions on how to enable this command, see Find Defintions and References (C++).

See Also