Go to Type Declaration (C++)
Go Up to Code Editor Context Menu
Code Editor | right-click an identifier | Find > Go to Type Declaration
Description
This command opens the Code Editor positioned on the source code of the selected identifier type.
To clarify this behavior, consider the following code snippet:
If you right-click Button1
, and then select Find > Go to Type Declaration on the context menu, RAD Studio opens the Code Editor positioned on the
class PASCALIMPLEMENTATION TButton : public TCustomButton
line:
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
- Find Definitions and References (C++)
- Find Reference Results (C++)
- Find Definition Results (C++)
- Header Dependency Results (C++)
- Type Hierarchy Results (C++)
- Find References (C++)
- Find Definition (C++)
- Header Dependency (C++)
- Show Type Hierarchy (C++)
- Show Base Types (C++)
- Show Derived Types (C++)
- Navigate To (C++)