FireDAC.Comp.UI.TFDGUIxErrorDialog.Enabled
Delphi
property Enabled: Boolean read GetEnabled write SetEnabled default True;
C++
__property bool Enabled = {read=GetEnabled, write=SetEnabled, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Comp.UI.pas FireDAC.Comp.UI.hpp |
FireDAC.Comp.UI | TFDGUIxErrorDialog |
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.