FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryEnabled
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp
| |
Unit: FireDAC.Comp.UI | |
Parent: TFDGUIxLoginDialog |
Delphi
property HistoryEnabled: Boolean read GetHistoryEnabled write SetHistoryEnabled default False;
C++
__property bool HistoryEnabled = {read=GetHistoryEnabled, write=SetHistoryEnabled, default=0};
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.