Code Explorer

From Delphi for PHP Documentation Wiki

Jump to: navigation, search

View Image:pathPDF.jpg Structure

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.

Image:Structure.png

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
Image:icon_class.jpg Classes
Image:icon_interf.jpg Interfaces
Image:icon_unit.jpg Units
Image:icon_constant.jpg Constants or variables (including fields)
Image:Icon_proc.jpg Methods or routines: Procedures (green)
Image:Icon_func.jpg Methods or routines: Functions (yellow)
Image:icon_property.jpg Properties
Image:icon_type.jpg Types
Tip:

To adjust the Code Explorer settings, choose Tools Image:pathPDF.jpg Options Image:pathPDF.jpg Environment Options Image:pathPDF.jpg Explorer .

Personal tools