Class Inspectors

The development environment offers three type of class inspector for a developer:

To open the window

The class inspector window displays a tree-type structure including all development environment assemblies.

Web application:

Desktop application:

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. The appropriate help can be selected in object navigator parameters in the Help page.

To find the required type or type member:

  1. Specify the name in the edit box located at the top of the window.

  2. Click the button or 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. Click the button to continue search.

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