TabbedView

Applies to

Window controls

Description

Specifies whether to add a tabbed bar to the upper part of the MDI client area and display the sheets opened in the MDI window as tab pages automatically.

This property is only effective to MDI and MDIHelp window type.

Values are:

TRUE -- Displays the sheets as tab pages.

FALSE -- (Default) Displays the sheets as normal pages like before.

Data type

Boolean.

Usage

In a painter

To display the sheets as tab pages:

  • Select the TabbedView check box on the General page of the window's Properties view.

In scripts

This property takes a boolean value. The following example specifies that the sheets in w_mdi will display as tab pages.

w_mdi.TabbedView = TRUE