|
Messenger.Destroy Disposes of the Messenger object. Declaration
[C++]
[Pascal]
[VB6]
[C#]
[VB.NET]
[Java]
[Java ME]
[Palm]
[DLL] Parameters
Description Use this method to dispose of Messenger object. Destroy removes all incoming messages from the queue and deletes the object. Note: you should not destroy an object from the message handler or if there is a working SendMessage method. |
|
