FireDAC.Comp.UI.TFDGUIxErrorDialog.ErrorDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorDialog: IFDGUIxErrorDialog read FErrorDialog implements IFDGUIxErrorDialog;

C++

__property Firedac::Ui::Intf::_di_IFDGUIxErrorDialog ErrorDialog = {read=FErrorDialog};

Properties

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

Description

Reference to the dialog interface.

Use the ErrorDialog to get a reference to the dialog interface.


See Also