Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAManagerBase class

 

deleteMessage function

Syntax
void QAManagerBase::deleteMessage(
  QAMessage * msg
)
Parameters
  • msg   The message to delete.

Remarks

Deletes a QAMessage object.

By default, messages created by createTextMessage or createBinaryMessage are deleted automatically when the QAManagerBase is closed. This method allows more control over when messages are deleted.