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

 

getTextLength function

Syntax
qa_long QATextMessage::getTextLength()
Remarks

Returns the text length.

Note: If the text length is non-zero and getText() returns qa_null then the text does not fit in memory, and must be read in pieces using the readText.

Returns

The text length.