LoginPrompt: Boolean;
The LoginPrompt property determines whether the automatic connection to the repository is established.
Available values:
True. Default value. Automatic connection is not executed, credentials are requested on connecting to the repository.
False. Automatic connection is used. Connection credentials are specified in the IMetabaseLink.Credentials property or the credentials specified on repository login are used, if the IMetabaseLink.UseMetabaseCredentials property is set to True.
The example of use is given in description of the IMetabaseLink.Credentials property.
See also: