FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HistoryKey: String read GetHistoryKey write SetHistoryKey stored IsHKS;

C++

__property System::UnicodeString HistoryKey = {read=GetHistoryKey, write=SetHistoryKey, stored=IsHKS};

Properties

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

Description

Specifies where to store the login history.

Depending on the HistoryStorage property, the login history is stored:

  • In the specified registry key (hsRegistry)
  • In the specified INI-file (hsFile)

See Also