Header Dependency (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Code Editor Context Menu

Code Editor | right-click an identifier | Find > Header Dependency

Description

This command searches the entire active project for the header dependencies. It opens the Header Dependency pane, which contains the following information:

  • If you right-click the <header name> in an include <header name> statement in the source code, this pane displays a tree view of all headers on which the selected header depends.
  • If you right-click any empty place in the source code, it displays a tree view of all headers the current file includes.

Header Dependency.png

If you double-click any entry in the Header Dependency pane, RAD Studio opens the corresponding header in the Code Editor.

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