Locating Definitions of Methods with the Class Explorer

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Class Explorer Topics

You can use the Delphi Class Explorer to locate definitions of methods.

To locate definitions of methods:

  1. Open the Delphi Class Explorer window by choosing View > Class Explorer.
  2. In the Class Viewer pane, click a a class or interface that declares the required method.
  3. In the Member List pane, right-click the method.
  4. On the context menu, choose the Go to Definition item.
The source file in which the selected method is defined (implemented) should open in the Code Editor, with the viewport positioned on the implementation of the method, and the implementation highlighted.

See Also