UseLoginDialog Property (AUsers)

Returns or sets whether the IDE prompts for user login on start.

Syntax

Object.UseLoginDialog [ = bUse ]

The UseLoginDialog property syntax has the following parts:

 

Name

Type

Description

Object

AUsers

AUsers object

bUse

Bool

A boolean expression that specifies whether the IDE prompts for user login on start.

Where

bUse can be one of the following:

 

Value

Description

True *

The IDE will prompt for user login on start.

False

The IDE will not prompt for user login on start.

Comments

If this flag is True, on the start of the application, the Login dialog will be shown and thus only verified users can run the application.

Example

The following statement will tell the IDE not to prompt for user login on the start of the application:

users.UseLoginDialog=False

Applies to

AUsers

See Also

Login, ShowChangePasswordDialog, ShowLoginDialog, Users