ShowErrorDlgs
- Last UpdatedNov 17, 2021
- 1 minute read
The ShowErrorDlgs property is a read-write property that determines whether error messages appear during runtime in an error dialog box.
Syntax
aaHistClientActiveDataGrid.ShowErrorDlgs = discrete;
Result = aaHistClientActiveDataGrid.ShowErrorDlgs;
Remarks
True = Error messages displayed; False = Error messages suppressed. If the error message display is disabled, you do not see any errors, even if they are critical. Use this option with extreme caution.
The default value is True.