FireDAC.Comp.UI.TFDGUIxLoginDialog.LoginRetries
Delphi
property LoginRetries: Integer read GetLoginRetries write SetLoginRetries default 3;
C++
__property int LoginRetries = {read=GetLoginRetries, write=SetLoginRetries, default=3};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxLoginDialog |
Description
Specifies the number of unsuccessful login retries.
Use the LoginRetries property to specify the number of unsuccessful login retries. When the user fails to enter the correct credentials for a specified number of times, an exception is raised and the login process is stopped. To disable the retries, set LoginRetries to -1. The default value is 3.