Locating Declarations of Members 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 members declared in classes and interfaces.

To locate declarations of members declared in classes and interfaces:

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

See Also