FireDAC.Comp.UI.TFDGUIxLoginDialog.Execute

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

Delphi

function Execute(ALoginAction: TFDGUIxLoginAction): Boolean;

C++

bool __fastcall Execute(Firedac::Ui::Intf::TFDGUIxLoginAction ALoginAction);

プロパティ

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


説明

ログイン ダイアログを実行します。

Execute メソッドを使用すると、ログイン ダイアログを実行し、ユーザー認証情報を入力させることができます。

ALoginAction は、ユーザーが正常にデータベースの認証情報を入力した後に実行する、アクションです。

ダイアログが TFDConnection で使用された場合、接続オブジェクトは、ログイン ダイアログを自動的に実行します。

関連項目