FireDAC.Comp.UI.TFDGUIxLoginDialog.HistoryWithPassword

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property HistoryWithPassword: Boolean read GetHistoryWithPassword write SetHistoryWithPassword default True;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxLoginDialog

説明

ログイン履歴がパスワードを含んでいるかを制御します。

HistoryWithPassword プロパティを使用すると、ログイン履歴へのパスワードの格納を制御することができます。HistoryWithPasswordTrue (デフォルト値)の場合、パスワードは、ログイン履歴内に格納されます。

関連項目