Show Type Hierarchy (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Code Editor Context Menu

Code Editor | right-click an identifier| Find > Show Type Hierarchy

Description

This command opens the Type Hierarchy pane that displays the type hierarchy of a class or method for a selected identifier.

Type Hierarchy.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