MODAL property

System.

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

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

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

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.

  • guides/programming/programmers_reference_manual/modal.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1