Link to home
Start Free TrialLog in
Avatar of abrakadabra1
abrakadabra1

asked on

Exceptions

Hi

I need to block poping up error msg's when an exception is raised without blocking the app... sthing like an exception occurs but the doesn't do anything with, just goes further without glitches. How can i do that for every exception in a specific app ??

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of Mike Littlewood
Mike Littlewood
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of abrakadabra1
abrakadabra1

ASKER

is there any way i can force a time out on TIdFTP while the proggy is running outside the IDE to check this handler ??
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of TheRealLoki
TheRealLoki
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
See Language Exceptions in DelphiHelp,

If the Exceptions that are casuing you problems at the moment are of a small number of particualr types, then you may be able to "ignore" them via configuration options.
that is valid only for the IDE AFAIK :)