FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryWithPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HistoryWithPassword: Boolean read GetHistoryWithPassword write SetHistoryWithPassword default True;

C++

__property bool HistoryWithPassword = {read=GetHistoryWithPassword, write=SetHistoryWithPassword, default=1};

Properties

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

Description

Controls if the login history contains passwords.

Use the HistoryWithPassword property to control the password storage in the login history. When HistoryWithPassword is True (default value), the passwords are stored in the login history.

See Also