Code Explorer
From Delphi for PHP Documentation Wiki
Use the Code Explorer to navigate through your unit files. The Code Explorer contains a tree diagram that shows all of the types, classes, properties, methods, global variables, and global routines defined in your unit. It also shows the other units listed in the "uses" clause. Right-click an item in the Code Explorer to display its context menu.
When you select an item in the "Code Explorer", the cursor moves to that item’s implementation in the Code Editor. When you move the cursor in the Code Editor, the highlight moves to the appropriate item in the Code Explorer.
The Code Explorer uses the following icons:
| Icon | Description |
|---|---|
| Classes | |
| Interfaces | |
| Units | |
| Constants or variables (including fields) | |
| Methods or routines: Procedures (green) | |
| Methods or routines: Functions (yellow) | |
| Properties | |
| Types |
| Tip: |
To adjust the Code Explorer settings, choose
Tools |


