FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryStorage

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 HistoryStorage: TFDGUIxLoginHistoryStorage read GetHistoryStorage write SetHistoryStorage default hsRegistry;

C++

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

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