>    try
>      LCLObject.WindowProc(TLMessage(Msg)); // Doesn't work???
>    except
>      Application.HandleException(nil);
>    end;

I guess the WindowProc is just a pointer to the default callback
function for the underlying API?
Unfortunately I can't remeber whether you should call Dispatch,
DefaultHandler, Perform, WndProc or what else? :-$

-Flávio

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to