| View previous topic :: View next topic |
| Author |
Message |
Mcd Guest
|
Posted: Fri Oct 17, 2003 12:06 pm Post subject: EventFilter |
|
|
I'm using EventFilter method and would like that in declaration this method
i can compare any situation and abort the method don't continue...
How i can canceled any event in this method?
|
|
| Back to top |
|
 |
Robert Cerny Guest
|
Posted: Tue Oct 21, 2003 1:55 pm Post subject: Re: EventFilter |
|
|
Whatever EventFilter is and in whatever component is used, it either has
control params or abort it with Abort function or raise another exception.
--
Robert Cerny
DelphiShaman
"Mcd" <mauri (AT) qualinet (DOT) com.br> wrote
| Quote: | I'm using EventFilter method and would like that in declaration this
method
i can compare any situation and abort the method don't continue...
How i can canceled any event in this method?
|
|
|
| Back to top |
|
 |
Mcd Guest
|
Posted: Thu Oct 23, 2003 10:53 am Post subject: Re: EventFilter |
|
|
I try used Abort function, but it continue with process and don't Stop! Why?
Robert Cerny <robert.qwe.cerny (AT) neosys (DOT) xrs.qwe.si> escreveu nas notícias de
mensagem:bn3kui.2v8.1 (AT) neosys (DOT) xrs.si...
| Quote: | Whatever EventFilter is and in whatever component is used, it either has
control params or abort it with Abort function or raise another exception.
--
Robert Cerny
DelphiShaman
"Mcd" <mauri (AT) qualinet (DOT) com.br> wrote in message
news:3f8fdaba (AT) newsgroups (DOT) borland.com...
I'm using EventFilter method and would like that in declaration this
method
i can compare any situation and abort the method don't continue...
How i can canceled any event in this method?
|
|
|
| Back to top |
|
 |
Robert Cerny Guest
|
Posted: Thu Oct 23, 2003 11:41 am Post subject: Re: EventFilter |
|
|
Probably the caller eats the exception and goes on.
What happens if you raise any other exception?
--
Robert Cerny
DelphiShaman
"Mcd" <mauri (AT) qualinet (DOT) com.br> wrote
| Quote: | I try used Abort function, but it continue with process and don't Stop!
Why?
|
|
|
| Back to top |
|
 |
|