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 member:

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. 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