MinalMaurice
Programmer
Two independent Delphi packages where one receives a message with the call
SendMessage(H, wm_WordWebShowAtom, GlobalAddAtom(PChar(LookupWord)), Self.Handle);
where the 3rd variable is text, sent from xxxx.SelText.
I assume the replacement for the SelText will also be returned by a similar call.
How can I trap the returned text?
Thanks in advance.
SendMessage(H, wm_WordWebShowAtom, GlobalAddAtom(PChar(LookupWord)), Self.Handle);
where the 3rd variable is text, sent from xxxx.SelText.
I assume the replacement for the SelText will also be returned by a similar call.
How can I trap the returned text?
Thanks in advance.