Locating Declarations of Classes, Interfaces, and Types with the Class Explorer

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Class Explorer Topics

Using the Delphi Class Explorer you can locate declarations of classes, interfaces, and types.

To locate declarations of classes, interfaces, and types:

  1. Open the Delphi Class Explorer window by choosing View > Class Explorer .
  2. In the Class Viewer pane, in the tree showing classes and interfaces declared in your project, right-click the appropriate node.
  3. On the context menu, choose the Go to Declaration item.
The source file in which the selected item is declared should open in the Code Editor, with the viewport positioned on the declaration of the selected item, and the declaration highlighted.

See Also