Table of Contents

MODAL property

Applies To

System.

Description

Allows you to disable all existing (at the time the property is set) windows, or all windows that belong to the OpenInsight application.

Usage

modtype = Get_Property("SYSTEM", "MODAL")

modality = Set_Property("SYSTEM", "MODAL", value)

Remarks

value is an @FM-delimited array:

ValueDescription
value <1>0 = No modality.
1 = Application modality.
2 = System modality.
value <2>Optional. Can be used for Set_Property only. Name of one exception window.

Caution: Be careful when you set the MODAL property if it is already set. When you turn MODAL back off, you will undo the previous MODAL setting.