FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryEnabled
Delphi
property HistoryEnabled: Boolean read GetHistoryEnabled write SetHistoryEnabled default False;
C++
__property bool HistoryEnabled = {read=GetHistoryEnabled, write=SetHistoryEnabled, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxLoginDialog |
Description
Controls the login history storage.
Use the HistoryEnabled property to control the storage of the login history.
When HistoryEnabled is True, the login history is stored as specified by the HistoryStorage and HistoryKey properties. The default value is False.