RAD Studio (Common)
ContentsIndex
PreviousUpNext
Class Explorer Procedures

This section provides how-to information on activating viewing modes of the Class Explorer, viewing class hierarchies, viewing class members, and more.

Name 
Description 
You can view hierarchy of classes, interfaces, and types in the Class Explorer. 
The Class Viewer pane of the Class Explorer can display three different types of the tree showing hierarchical structure of classes/interfaces:
  1. Derived to Base
  2. Base to Derived
  3. Container
These tree types are controlled by the Class Viewer modes. 
You can use the Class Explorer to view members declared in classes and interfaces. 
Using the Class Explorer you can locate declarations of classes, interfaces, and types. 
Using the Class Explorer you can locate declarations of members declared in classes and interfaces. 
You can use the Class Explorer to locate definitions of methods 
Using the Class Explorer you can locate definitions of properties’ access specifiers. 
Using the Class Explorer you can automate the creation of fields 
Using the Class Explorer you can automate the creation of methods 
Assume that you want to insert a privately declared function named Test into a class named TTestClass.
The new function shall have two arguments i and j, both of the integer type and it should return a boolean value. 
Using the Class Explorer you can automate the creation of properties.
You can use the Add Property dialog box to add to a class the code for the declaration of a property and for the default implementations of the getter and setter methods. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!