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 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.