FireDAC.Comp.UI.TFDGUIxErrorDialog.Execute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Execute(E: EFDDBEngineException);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
FireDAC.Comp.UI TFDGUIxErrorDialog


Beschreibung

Zeigt das Fehlerdialogfeld an.

Mit der Methode Execute können Sie das Fehlerdialogfeld und den Inhalt eines Exception-Objekts manuell anzeigen.

Siehe auch