|
AnyDAC
|
The dialog displaying AnyDAC exceptions.
uADCompGUIx
Use the TADGUIxErrorDialog in AnyDAC GUI application to display AnyDAC exceptions to the user. The dialog allows:
For that the dialog hooks TApllication.OnException event. To use the dialog, drop it on a form or a data module. All additional setups are optional.
IADGUIxErrorDialog has Forms and FMX implementations. Use Provider property to select the desired implementation.
TADGUIxErrorDialog = class(TADGUIxComponent, IADGUIxErrorDialog);
|
What do you think about this topic? Send feedback!
|