FireDAC.Comp.UI.TFDGUIxErrorDialog.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.UI.pas
FireDAC.Comp.UI.hpp
Unit: FireDAC.Comp.UI
Parent: TFDGUIxErrorDialog

Delphi

property Enabled: Boolean read GetEnabled write SetEnabled default True;

C++

__property bool Enabled = {read=GetEnabled, write=SetEnabled, default=1};

Description

Controls the dialog usage.

Use the Enabled property to control the dialog usage.

When Enabled is True, the dialog hooks the OnException event and displays the FireDAC exceptions. When Enabled is False, the dialog unhooks the event and does not display exceptions. The default value is True.

See Also