Viewing Members Declared in Classes and Interfaces 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 view members declared in classes and interfaces.

To view 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 node in the tree showing classes and interfaces declared in your project.
  3. Look at the Member List pane (the lower section of the window).
The Member List displays members declared in the selected class or interface.

See Also