NoModal
Allows most modal
A modal dialog is always displayed on top of the calling window and prevents further interaction with that window. dialogs to be made non-modal.
If set to invalid (as it is by default), then the application will default to the NoModal flag variable in Setup.INI (or its default if NoModal is not set in Setup.ini)
If set to 0 (false), then most modal dialogs are not made non-modal.
If set to 1 (true), then most modal dialogs are made non-modal.
Setting NoModal to other than its default can affect your application adversely if users are allowed to click outside of dialogs that were intended to be modal.
Section: System
Default: NoModal =
*No restart required (Settings.Dynamic property)