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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QATextMessage class

 

getText function

Syntax
qa_string QATextMessage::getText()
Remarks

Gets the string containing this message's data.

The default value is null.

If the message exceeds the maximum size specified by the MAX_IN_MEMORY_MESSAGE_SIZE property, this function returns null. In this case, use the readText method to read the text.

For more information about QAManager properties, see QAnywhere manager configuration properties.

Returns

A string containing the message's data.