FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HistoryStorage: TFDGUIxLoginHistoryStorage read GetHistoryStorage write SetHistoryStorage default hsRegistry;

C++

__property Firedac::Ui::Intf::TFDGUIxLoginHistoryStorage HistoryStorage = {read=GetHistoryStorage, write=SetHistoryStorage, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxLoginDialog

Description

Specifies what storage kind to use for the login history.

Use the HistoryStorage property to specify the login history storage kind:

  • In the specified registry key (hsRegistry). The HistoryKey property specifies the registry key where to store the history.
  • In the specified INI file (hsFile). The HistoryKey property specifies the INI file name where to store the history.

See Also