Locating Definitions of Properties' Access Specifiers 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 definitions of properties' access specifiers.

To locate definitions of properties' access specifiers:

  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 property.
  3. In the Member List pane, right-click the property.
  4. In the context menu, choose either:
    • Go to Getter Definition
    • Go to Setter Definition
The source file in which the selected property is declared should open in the Code Editor, with the viewport positioned on the implementation of the selected getter or setter method, and the implementation highlighted.

See Also