Viewing Hierarchy of Classes, Interfaces, and Types in the Class Explorer

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Class Explorer Topics

You can view hierarchy of classes, interfaces, and types in the Delphi Class Explorer.

To show the tree of classes, interfaces, and types hierarchy:

  1. Open the Delphi Class Explorer window by choosing View > Class Explorer.
  2. Place the cursor inside the Class Viewer pane (the central area of the Delphi Class Explorer window). Click a node in the tree showing classes, interfaces, types, and namespaces declared in your project. Initially the tree displays only the one level of the most parent classes and interfaces declared in your project; therefore, all nodes are collapsed and the icons are displayed before them.
  3. Click a tree node to expand it. A subtree appears, growing from the node. Also, the Member List pane displays members declared in this node.

See Also