Board index » cppbuilder » ValueListEditor - catch Exception
Martin
![]() CBuilder Developer |
ValueListEditor - catch Exception2008-03-07 01:15:09 AM cppbuilder33 Hello, I use a ValueListEditor and I want to catch the ValueListEditors Exceptions. But where belongs the try block? The valEdit is on an modal form. A try-catch to ShowModal does not work... I study the source valedit.pas and find no way to suppress the exception. The Application->OnException works, but there I have my central error reporting and the code is far away. OnException handler is in the main.exe, the ValueListEditor is in an load-time-dll (via LoadLibrary/GetProcAddr). Any suggestion? Best regards, Martin |