DISABLEINTERRUPT |
DEVELOPER |
|
|
Purpose |
.DisableInterrupt allows you to specify whether the <Break> key interrupt will be recognised. This is only available for the Application Object Type. |
Syntax |
Setting: Application.DisableInterrupt = Value |
Operation |
Value is the setting for the property (TRUE or 1 = Disabled, FALSE or 0 = Enabled) |
Remarks |
If the value of this property is TRUE and the <Break> key is pressed, the interrupt is ignored and the "Interrupt Ignored" message appears on the Windows Client’s status line. |
Example |
To disable the <Break> key: |
Topic ID: 510051