Automatically continue application timeout

delphi package - automated exception handling
Post Reply
swierzbicki
Posts: 10
Joined: Wed Feb 23, 2005 6:38 pm

Automatically continue application timeout

Post by swierzbicki »

Hello,

Is it possible to change the default Automatically continue application timeout ?


BR
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: Automatically continue application timeout

Post by madshi »

Yes, but only at runtime, not in the settings dialog. See here:

http://help.madshi.net/MESettings.htm#I ... .AutoDelay

Code: Select all

with MESettings() do
  AutoDelay := whatever;
swierzbicki
Posts: 10
Joined: Wed Feb 23, 2005 6:38 pm

Re: Automatically continue application timeout

Post by swierzbicki »

didn't see it :)
Thank you !
Post Reply