On Wed, 27 Jan 2021 16:02:40 +0100 (CET)
Michael Van Canneyt via lazarus <lazarus@lists.lazarus-ide.org> wrote:

> If you don't do a re-raise, I don't understand where the dialog box
> comes from, since you're catching all exceptions...

Maybe

try
     xxxxxxxx(IsOk);
except
end;

The xxxxxxx contains a ShowModal?

Mattias
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to