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 リファレンス » QAnywhere C++ API リファレンス » QATextMessage クラス

 

getTextLength 関数

構文
qa_long QATextMessage::getTextLength()
備考

テキスト長を返します。

「注意:」テキスト長が 0 以外であるのに getText() が qa_null を返す場合があります。これは、そのテキストが大き過ぎてメモリに収まらないためです。この場合、readText を使用して、テキストを分割して読み込みます。

戻り値

テキスト長。