FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryWithPassword

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 HistoryWithPassword: Boolean read GetHistoryWithPassword write SetHistoryWithPassword default True;

C++

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

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