LoginPrompt: Boolean;
LoginPrompt: boolean;
The LoginPrompt property determines whether the automatic connection to the repository is established.
If the value is True, the automatic connection is not used, if the value is False, the automatic connection with the specified credentials is established.
The property is set to True by default: the automatic connection is not established, when connecting to the scheme the following data are request: credentials. If the property is set to False, it is necessary to determine with which credentials the connection must be established: with credentials that are specified in the IMetabaseLink.Credentials property or credentials that are specified on login the system (IMetabaseLink.UseMetabaseCredentials).
The example of use is given in description of the IMetabaseLink.Credentials property.
See also: