FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryKey

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property HistoryKey: String read GetHistoryKey write SetHistoryKey stored IsHKS;

C++

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

Propriétés

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


Description

Spécifie l'endroit où l'historique de connexion doit être stocké.

Selon la propriété HistoryStorage, l'historique de connexion est stocké :

  • Dans la clé de registre spécifiée (hsRegistry)
  • Dans le fichier INI spécifié (hsFile)

Voir aussi