RAD Studio (Common)
ContentsIndex
PreviousUpNext
Locating Definitions of Properties’ Access Specifiers with the Class Explorer

Using the 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 ViewDelphi Class Explorer.
  2. In the Class Viewer pane, click a class or interface that declares the required property.
  3. In the Member List pane, click the property to select it.
  4. Click the right mouse button. In the appeared context menu choose the Go to Getter Definition or Go to Setter Definition item. The source file in which the selected property is declared will be opened in the text editor, the viewport will be positioned on the implementation of the selected getter or setter method, and the implementation will be highlighted.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!