FireDAC.Comp.UI.TFDGUIxLoginDialog.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Execute(ALoginAction: TFDGUIxLoginAction): Boolean;

C++

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

Properties

Type Visibility Source Unit Parent
function public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxLoginDialog

Description

Executes the login dialog.

Use the Execute method to manually execute the login dialog and to enter user credentials.

ALoginAction is the action to perform after the user successfully entered the database credentials.

When the dialog is used with TFDConnection, the connection object automatically executes the login dialog.

See Also