Object Inspector

The object inspector is one of the main tools used for web form interface setup. It is used to set up properties and events of the web form and its components.

To open the object inspector window, click the Properties/Events button at the top left part of the development environment window in the active window of the web form:

The top part of the window displays a drop-down list that contains all components of a designed web form. The list includes the web form as well. When any component is selected in the list, the corresponding component is selected on the web form and its properties are displayed in the object inspector. If several components are selected on the form, selection in the drop-down list will be reset, and the object inspector will display only general properties of the selected components.

The Properties and Events tabs show tables, the first column of which lists properties or events, and the second column contains property values or names of event handlers.

Properties

Properties are object attributes. To edit property value, select the required property in the object inspector and determine its value in the second column. A new property value is saved after the property loses focus or after the ENTER key is pressed.

The value editor view depends on the property type:

Events

A list of valid values for events includes names of appropriate subprograms of the current unit. Double-clicking the right column of the event automatically generates a predefined structure for an event handler. If a handler has been already set for the event, and a new name was specified afterwards, double-clicking the tight column will create a new predefined structure for an event handler.

See also:

Filling With Code