Go to Type Declaration (C++)

From RAD Studio
Jump to: navigation, search

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:

CPP Sample Code.png

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:

Type Declaration.png

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