securityLevelVisible

Type: Integer

Availability: Read or write at any time

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

If the value of the securityLevelVisible property of the form or control is greater than the value of the userSecurityLevel property of the Application class (app.userSecurityLevel), it is made invisible regardless of the value of its visible property when it is created.

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