inspectModal

inspectModal();

The inspectModal method of the Object class opens a modal JADE Inspector form for the receiver object so that properties of the object can be viewed.

When additional forms are opened by double‑clicking an object in a displayed Inspector form, the opened forms are displayed as a child of the initial modal Inspector form. These forms always sit on top of the initial modal form, and you can access all of the Inspector forms.

Closing the initial modal form also closes all of its inspector child forms.

An exception is raised if this method is invoked from a server method or a non‑GUI application.