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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QATextMessage class

QATextMessage class Next Page

getText function


Synopsis

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 QAManagerMAX_IN_MEMORY_MESSAGE_SIZE property, this function returns null. In this case, use the QATextMessagereadText method to read the text.

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

Returns

A string containing the message's data.