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 类

 

writeText 函数

语法
void QATextMessage::writeText(
  qa_const_string string,
  qa_int offset,
  qa_int length
)
参数
  • string   要连接的源文本。

  • offset   从中开始读取的源文本偏移。

  • length   要读取的源文本的 qa_char 数量。

注释

将文本连接到当前文本。