Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Jul : Reposting window message

www.cryer.info
Managed Newsgroup Archive

Reposting window message

Subject:Reposting window message
Posted by:"Tiger" (tig..@rogers.com)
Date:Tue, 3 Jul 2007 13:08:35

Hi, All

  How can I repost the received message in a form message handler, something
like:

procedure Form1Messagerhandler(var Message: TMessage);
begin
    if (I cann't handle it now) then
    begin
       Reposting this message again;
       exit;
    end;

    <Coding for handling the message>
end;

Replies:

www.cryer.info
Managed Newsgroup Archive