FireDAC.Comp.UI.TFDGUIxErrorDialog.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute(E: EFDDBEngineException);

C++

void __fastcall Execute(Firedac::Stan::Error::EFDDBEngineException* E);

Properties

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

Description

Displays the error dialog.

Use the Execute method to manually display the error dialog and show the content of an exception object.

See Also