securityLevelEnabled

Type: Integer

Availability: Read or write at any time

The securityLevelEnabled property of the Window class determines whether the form or control is automatically disabled when its form is created and loaded or when this property is changed.

If the value of the securityLevelEnabled property of the form or control is greater than the value of the userSecurityLevel property of the Application class (app.userSecurityLevel), it is disabled regardless of the value of its enabled property when it is created.

You can use the enabled property in logic to override this setting.