FireDAC.Comp.UI.TFDGUIxLoginDialog.Execute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxLoginDialog

Delphi

function Execute(ALoginAction: TFDGUIxLoginAction): Boolean;

C++

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

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