> Hello,
> I have some problem with DefaultHandler method. When I pass a message
> for which is special handler defined everything is ok, but when it
> should be passed to DefaultHandler (which is overriden) it does
> nothing. Here is some sample code:
You need to use 1.9.x. It also gives a w
Hello,
> I have some problem with DefaultHandler method. When I pass a
>message for which is special handler defined everything is ok, but when
>it should be passed to DefaultHandler (which is overriden) it does
>nothing. Here is some sample code:
>
> {$MODE OBJFPC}
> type TMyMessage = record
Hello,
I have some problem with DefaultHandler method. When I pass a message for which
is special handler defined everything is ok, but when it should be passed to
DefaultHandler (which is overriden) it does nothing. Here is some sample code:
{$MODE OBJFPC}
type TMyMessage = record
M