FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryKey

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxLoginDialog

Delphi

property HistoryKey: String read GetHistoryKey write SetHistoryKey stored IsHKS;

C++

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

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