LoginPrompt: Boolean;
The LoginPrompt property determines whether automatic connection to database is executed on logging in to the repository.
Available values:
True. Default value. Do not connect automatically, request credentials on the first database use.
False. Connect automatically. Credentials for connection are specified in the IDatabase.Credentials property.
The property use is given in the example for IDatabase.Credentials.
See also: