Returns or sets whether the IDE prompts for user login on start.
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. |
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. |
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.
The following statement will tell the IDE not to prompt for user login on the start of the application:
users.UseLoginDialog=False