ILogonParams.NoAsk

Syntax

NoAsk: Boolean;

Description

The NoAsk property determines whether connection is automatic.

Comments

If the property is set to True, automatic connection with the credentials, specified in the Creds property, is performed when checking. If the property is set to False, an authorization window of the user, whose credentials are specified in the Creds property, is displayed when checking.

See also:

ILogonParams