FireDAC.Comp.UI.TFDGUIxErrorDialog.Execute

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Execute(E: EFDDBEngineException);

C++

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

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