Opens the Inspector, a window that lists object properties and lets you change their settings.

Syntax

INSPECT(<oRef>)

<oRef>

A reference to the object that you want to inspect.

Description

Use INSPECT( ) to examine and change object properties directly. For example, during program development you can use INSPECT( ) to evaluate objects and experiment with different property settings.

The Inspector is modeless, and doesn't affect program execution.

Note

You can access the Inspector from the Form designer by pressing F11.

You can get help on any property in the Inspector by selecting the property and pressing F1.