Class Inspectors

The class inspector window displays a tree-type structure of assemblies that are available for use. The development environment offers two types of class inspectors:

To open the class inspector, select the View > Class Inspectors main menu item and select the required type of class inspector:

The window is divided into three sections:

  1. The list of assemblies and types implemented in these assemblies.

  2. The list of members implemented in the selected type.

  3. Information about the selected type/type member. Information is taken from the help.

To search for the required type/type member, enter its name in the edit box located at the top of the window and press the ENTER key to start the search. If the search has been successful, the element tree is expanded and the first found element gets focused. To navigate through other found objects, use the Find Previous and Find Next buttons.

Custom Class Inspector

The custom class inspector is used to view contents of the Fore assemblies implemented in the repository. To populate the class inspector, click the button and select the Fore assembly in the repository. The assembly contents will be displayed as a tree-like structure. The list contains only types and type members with the access modifier Public or Protected Friend.

To delete the assembly, select it or one of its members in the upper left part and click the button. The button is used to refresh assembly trees according to their code.

See also:

Filling With Code