The development environment offers three type of class inspector for a developer:
Fore assemblies class inspector.
Custom class inspector.
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:
The list of assemblies and types implemented in these assemblies.
The list of members implemented in the selected type.
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:
Specify the name in the edit box located in the top section of the window.
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.
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: