[DUG] Handle ID of a class?

Nick nick at salehoo.com
Tue Oct 21 11:07:53 NZDT 2008


Good morning,

I have a class and a thread.
One method I used for talking between a thread and a form was to use
messages (sendmessage) and using the forms handle to send the message
to.

But with my class, which is just
Type
  TMyClass = class

I have no .handle property, so is it possible to send a class a message?
Or do I have to extend from something?

Thanks
Nick



More information about the Delphi mailing list