Go to Definition and Go to Implementation (Delphi)
Go Up to Search Menu
Go to Definition
Search > Go to Definition
The Go to Definition feature opens the Code Editor window and navigates to the definition of the selected element.
To use this feature, follow these steps:
- Set the cursor in the method implementation.
- Click the Search option of the main menu.
- Select Go to Definition.
Note: You can also access this feature in the Editor context menu by right-clicking the item to find and selecting Find > Go to Definition.
Go to Implementation
Search > Go to Implementation
The Go to Implementation feature shows where the method is implemented.
To use this feature, follow these steps:
- Set the cursor in the method definition.
- Click the Search option of the main menu.
- Select Go to Implementation.
Note: You can also access this feature in the Editor context menu by right-clicking the item to find and selecting Find > Go to Implementation.
Attention: You can use the
Ctrl+Shift+Up/Down
shortcut to go to interface and go to implementation.